#B06C1D

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

Shades of Hot Toddy #B06C1D

Tints of Hot Toddy #B06C1D

Color information

#B06C1D (or 0xB06C1D) is unknown color: approx Hot Toddy. HEX triplet: B0, 6C and 1D. RGB value is (176,108,29). Sum of RGB (Red+Green+Blue) = 176+108+29=313 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.23% from 313); Green value is 108 (42.58% from 255 or 34.50% from 313); Blue value is 29 (11.72% from 255 or 9.27% from 313); Max value from RGB is 176 - color contains mainly: red. Hex color #B06C1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06C1D is #4F93E2. Grayscale: #777777. Windows color (decimal): -5215203 or 1928368. OLE color: 1928368.

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

Color convert

RGB17610829-
CMYK00.390.840.31
HSL32.24º71.71%40.2%-
HSV(B)32.24º83.52%69.02%-
XYZ23.4920.043.79-
YUV119.3377.03168.42-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 56.23%
GREEN value IS 108 (42.58% from 255) = 34.50%
BLUE value IS 29 (11.72% from 255) = 9.27%
R=56.23%
G=34.50%
B=9.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761082900.390.840.3132.2471.7140.2
HexB06C1D027541F204828
Octal26015435047124374011050
Binary1011000011011001110101001111010100111111000001001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06C1D; }

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

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

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

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

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

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

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

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