#B66638

Color #B66638 Smoke Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smoke Tree #B66638

Tints of Smoke Tree #B66638

Color information

#B66638 (or 0xB66638) is unknown color: approx Smoke Tree. HEX triplet: B6, 66 and 38. RGB value is (182,102,56). Sum of RGB (Red+Green+Blue) = 182+102+56=340 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.53% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 56 (22.27% from 255 or 16.47% from 340); Max value from RGB is 182 - color contains mainly: red. Hex color #B66638 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66638 is #4999C7. Grayscale: #787878. Windows color (decimal): -4823496 or 3696310. OLE color: 3696310.

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

Color convert

RGB18210256-
CMYK00.440.690.29
HSL21.9º52.94%46.67%-
HSV(B)21.9º69.23%71.37%-
XYZ24.7619.736.25-
YUV120.6891.5171.74-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 53.53%
GREEN value IS 102 (40.23% from 255) = 30%
BLUE value IS 56 (22.27% from 255) = 16.47%
R=53.53%
G=30%
B=16.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821025600.440.690.2921.952.9446.67
HexB6663802C451D16352f
Octal2661467005410535266557
Binary101101101100110111000010110010001011110110110110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66638; }

 p { color: rgb(182,102,56); }

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

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

 a { background-color: rgb(182,102,56); }

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

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

 span { border-color: rgb(182,102,56); }

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