#B6612E

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

Shades of Smoke Tree #B6612E

Tints of Smoke Tree #B6612E

Color information

#B6612E (or 0xB6612E) is unknown color: approx Smoke Tree. HEX triplet: B6, 61 and 2E. RGB value is (182,97,46). Sum of RGB (Red+Green+Blue) = 182+97+46=325 (43% of max value = 765). Red value is 182 (71.48% from 255 or 56% from 325); Green value is 97 (38.28% from 255 or 29.85% from 325); Blue value is 46 (18.36% from 255 or 14.15% from 325); Max value from RGB is 182 - color contains mainly: red. Hex color #B6612E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6612E is #499ED1. Grayscale: #747474. Windows color (decimal): -4824786 or 3039670. OLE color: 3039670.

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

Color convert

RGB1829746-
CMYK00.470.750.29
HSL22.5º59.65%44.71%-
HSV(B)22.5º74.73%71.37%-
XYZ24.0618.694.92-
YUV116.688.16174.65-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 56%
GREEN value IS 97 (38.28% from 255) = 29.85%
BLUE value IS 46 (18.36% from 255) = 14.15%
R=56%
G=29.85%
B=14.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182974600.470.750.2922.559.6544.71
HexB6612E02F4B1D163c2d
Octal2661415605711335267455
Binary101101101100001101110010111110010111110110110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6612E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6612E; }

 p { color: rgb(182,97,46); }

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

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

 a { background-color: rgb(182,97,46); }

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

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

 span { border-color: rgb(182,97,46); }

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