#b66c2c

Color #B66C2C Reno Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reno Sand #B66C2C

Tints of Reno Sand #B66C2C

Color information

#B66C2C (or 0xB66C2C) is unknown color: approx Reno Sand. HEX triplet: B6, 6C and 2C. RGB value is (182,108,44). Sum of RGB (Red+Green+Blue) = 182+108+44=334 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.49% from 334); Green value is 108 (42.58% from 255 or 32.34% from 334); Blue value is 44 (17.58% from 255 or 13.17% from 334); Max value from RGB is 182 - color contains mainly: red. Hex color #B66C2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66C2C is #4993D3. Grayscale: #7B7B7B. Windows color (decimal): -4821972 or 2911414. OLE color: 2911414.

HSL color Cylindrical-coordinate representation of color #B66C2C: hue angle of 27.83º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B66C2C is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB18210844-
CMYK00.410.760.29
HSL27.83º61.06%44.31%-
HSV(B)27.83º75.82%71.37%-
XYZ25.1120.855.08-
YUV122.8383.52170.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 182 (71.48% from 255) = 54.49%
GREEN value IS 108 (42.58% from 255) = 32.34%
BLUE value IS 44 (17.58% from 255) = 13.17%
R=54.49%
G=32.34%
B=13.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821084400.410.760.2927.8361.0644.31
HexB66C2C0294C1D1c3d2c
Octal2661545405111435347554
Binary101101101101100101100010100110011001110111100111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b66c2c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b66c2c; }

 p { color: rgb(182,108,44); }

 H1.HeaderClassName
 {
   color: #b66c2c;
 }
 .AnyTagClassName
 {
   color: #b66c2c;
 }
</style>
background-color css

<style>
 a { background-color: #b66c2c; }

 a { background-color: rgb(182,108,44); }

 div.DivClassName
 {
   background-color: #b66c2c;
 }
 .BgClassName
 {
   background-color: #b66c2c;
 }
</style>
border-color css

<style>
 span { border-color: #b66c2c; }

 span { border-color: rgb(182,108,44); }

 td.TdClassName
 {
   border-color: #b66c2c;
 }
 .TagClassName
 {
   border-color: #b66c2c;
 }
</style>