#B0681D

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

Shades of Hot Toddy #B0681D

Tints of Hot Toddy #B0681D

Color information

#B0681D (or 0xB0681D) is unknown color: approx Hot Toddy. HEX triplet: B0, 68 and 1D. RGB value is (176,104,29). Sum of RGB (Red+Green+Blue) = 176+104+29=309 (40% of max value = 765). Red value is 176 (69.14% from 255 or 56.96% from 309); Green value is 104 (41.02% from 255 or 33.66% from 309); Blue value is 29 (11.72% from 255 or 9.39% from 309); Max value from RGB is 176 - color contains mainly: red. Hex color #B0681D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0681D is #4F97E2. Grayscale: #757575. Windows color (decimal): -5216227 or 1927344. OLE color: 1927344.

HSL color Cylindrical-coordinate representation of color #B0681D: hue angle of 30.61º 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 #B0681D is Cyan = 0, Magento = 0.41, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB17610429-
CMYK00.410.840.31
HSL30.61º71.71%40.2%-
HSV(B)30.61º83.52%69.02%-
XYZ23.0819.223.66-
YUV116.9878.35170.1-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 56.96%
GREEN value IS 104 (41.02% from 255) = 33.66%
BLUE value IS 29 (11.72% from 255) = 9.39%
R=56.96%
G=33.66%
B=9.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761042900.410.840.3130.6171.7140.2
HexB0681D029541F1f4828
Octal26015035051124373711050
Binary101100001101000111010101001101010011111111111001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0681D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0681D; }

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

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

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

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

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

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

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

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