#B06C1E

Color #B06C1E Hot Toddy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Toddy #B06C1E

Tints of Hot Toddy #B06C1E

Color information

#B06C1E (or 0xB06C1E) is unknown color: approx Hot Toddy. HEX triplet: B0, 6C and 1E. RGB value is (176,108,30). Sum of RGB (Red+Green+Blue) = 176+108+30=314 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.05% from 314); Green value is 108 (42.58% from 255 or 34.39% from 314); Blue value is 30 (12.11% from 255 or 9.55% from 314); Max value from RGB is 176 - color contains mainly: red. Hex color #B06C1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06C1E is #4F93E1. Grayscale: #777777. Windows color (decimal): -5215202 or 1993904. OLE color: 1993904.

HSL color Cylindrical-coordinate representation of color #B06C1E: hue angle of 32.05º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B06C1E is Cyan = 0, Magento = 0.39, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB17610830-
CMYK00.390.830.31
HSL32.05º70.87%40.39%-
HSV(B)32.05º82.95%69.02%-
XYZ23.520.053.86-
YUV119.4477.53168.34-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 56.05%
GREEN value IS 108 (42.58% from 255) = 34.39%
BLUE value IS 30 (12.11% from 255) = 9.55%
R=56.05%
G=34.39%
B=9.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.83
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761083000.390.830.3132.0570.8740.39
HexB06C1E027531F204728
Octal26015436047123374010750
Binary1011000011011001111001001111010011111111000001000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06C1E; }

 p { color: rgb(176,108,30); }

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

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

 a { background-color: rgb(176,108,30); }

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

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

 span { border-color: rgb(176,108,30); }

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