#612B0B

Color #612B0B Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #612B0B

Tints of Baker's Chocolate #612B0B

Color information

#612B0B (or 0x612B0B) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 2B and 0B. RGB value is (97,43,11). Sum of RGB (Red+Green+Blue) = 97+43+11=151 (20% of max value = 765). Red value is 97 (38.28% from 255 or 64.24% from 151); Green value is 43 (17.19% from 255 or 28.48% from 151); Blue value is 11 (4.69% from 255 or 7.28% from 151); Max value from RGB is 97 - color contains mainly: red. Hex color #612B0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612B0B is #9ED4F4. Grayscale: #373737. Windows color (decimal): -10409205 or 732001. OLE color: 732001.

HSL color Cylindrical-coordinate representation of color #612B0B: hue angle of 22.33º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #612B0B is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB974311-
CMYK00.560.890.62
HSL22.33º79.63%21.18%-
HSV(B)22.33º88.66%38.04%-
XYZ5.854.290.84-
YUV55.5102.89157.6-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 64.24%
GREEN value IS 43 (17.19% from 255) = 28.48%
BLUE value IS 11 (4.69% from 255) = 7.28%
R=64.24%
G=28.48%
B=7.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97431100.560.890.6222.3379.6321.18
Hex612BB038593E165015
Octal1415313070131762612025
Binary110000110101110110111000101100111111010110101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612B0B; }

 p { color: rgb(97,43,11); }

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

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

 a { background-color: rgb(97,43,11); }

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

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

 span { border-color: rgb(97,43,11); }

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