#B06C21

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

Shades of Hot Toddy #B06C21

Tints of Hot Toddy #B06C21

Color information

#B06C21 (or 0xB06C21) is unknown color: approx Hot Toddy. HEX triplet: B0, 6C and 21. RGB value is (176,108,33). Sum of RGB (Red+Green+Blue) = 176+108+33=317 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.52% from 317); Green value is 108 (42.58% from 255 or 34.07% from 317); Blue value is 33 (13.28% from 255 or 10.41% from 317); Max value from RGB is 176 - color contains mainly: red. Hex color #B06C21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06C21 is #4F93DE. Grayscale: #787878. Windows color (decimal): -5215199 or 2190512. OLE color: 2190512.

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

Color convert

RGB17610833-
CMYK00.390.810.31
HSL31.47º68.42%40.98%-
HSV(B)31.47º81.25%69.02%-
XYZ23.5420.074.07-
YUV119.7879.03168.1-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 55.52%
GREEN value IS 108 (42.58% from 255) = 34.07%
BLUE value IS 33 (13.28% from 255) = 10.41%
R=55.52%
G=34.07%
B=10.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761083300.390.810.3131.4768.4240.98
HexB06C21027511F1f4429
Octal26015441047121373710451
Binary1011000011011001000010100111101000111111111111000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06C21; }

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

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

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

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

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

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

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

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