#B6663A

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

Shades of Smoke Tree #B6663A

Tints of Smoke Tree #B6663A

Color information

#B6663A (or 0xB6663A) is unknown color: approx Smoke Tree. HEX triplet: B6, 66 and 3A. RGB value is (182,102,58). Sum of RGB (Red+Green+Blue) = 182+102+58=342 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.22% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 58 (23.05% from 255 or 16.96% from 342); Max value from RGB is 182 - color contains mainly: red. Hex color #B6663A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6663A is #4999C5. Grayscale: #797979. Windows color (decimal): -4823494 or 3827382. OLE color: 3827382.

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

Color convert

RGB18210258-
CMYK00.440.680.29
HSL21.29º51.67%47.06%-
HSV(B)21.29º68.13%71.37%-
XYZ24.8119.756.51-
YUV120.992.5171.58-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 53.22%
GREEN value IS 102 (40.23% from 255) = 29.82%
BLUE value IS 58 (23.05% from 255) = 16.96%
R=53.22%
G=29.82%
B=16.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821025800.440.680.2921.2951.6747.06
HexB6663A02C441D15342f
Octal2661467205410435256457
Binary101101101100110111010010110010001001110110101110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6663A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6663A; }

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

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

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

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

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

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

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

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