#612B0F

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

Shades of Baker's Chocolate #612B0F

Tints of Baker's Chocolate #612B0F

Color information

#612B0F (or 0x612B0F) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 2B and 0F. RGB value is (97,43,15). Sum of RGB (Red+Green+Blue) = 97+43+15=155 (20% of max value = 765). Red value is 97 (38.28% from 255 or 62.58% from 155); Green value is 43 (17.19% from 255 or 27.74% from 155); Blue value is 15 (6.25% from 255 or 9.68% from 155); Max value from RGB is 97 - color contains mainly: red. Hex color #612B0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612B0F is #9ED4F0. Grayscale: #383838. Windows color (decimal): -10409201 or 994145. OLE color: 994145.

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

Color convert

RGB974315-
CMYK00.560.850.62
HSL20.49º73.21%21.96%-
HSV(B)20.49º84.54%38.04%-
XYZ5.884.30.97-
YUV55.95104.89157.28-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 62.58%
GREEN value IS 43 (17.19% from 255) = 27.74%
BLUE value IS 15 (6.25% from 255) = 9.68%
R=62.58%
G=27.74%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97431500.560.850.6220.4973.2121.96
Hex612BF038553E144916
Octal1415317070125762411126
Binary110000110101111110111000101010111111010100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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