#612D0F

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

Shades of Baker's Chocolate #612D0F

Tints of Baker's Chocolate #612D0F

Color information

#612D0F (or 0x612D0F) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 2D and 0F. RGB value is (97,45,15). Sum of RGB (Red+Green+Blue) = 97+45+15=157 (20% of max value = 765). Red value is 97 (38.28% from 255 or 61.78% from 157); Green value is 45 (17.97% from 255 or 28.66% from 157); Blue value is 15 (6.25% from 255 or 9.55% from 157); Max value from RGB is 97 - color contains mainly: red. Hex color #612D0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612D0F is #9ED2F0. Grayscale: #393939. Windows color (decimal): -10408689 or 994657. OLE color: 994657.

HSL color Cylindrical-coordinate representation of color #612D0F: hue angle of 21.95º 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 #612D0F is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB974515-
CMYK00.540.850.62
HSL21.95º73.21%21.96%-
HSV(B)21.95º84.54%38.04%-
XYZ5.954.451-
YUV57.13104.23156.44-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 61.78%
GREEN value IS 45 (17.97% from 255) = 28.66%
BLUE value IS 15 (6.25% from 255) = 9.55%
R=61.78%
G=28.66%
B=9.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97451500.540.850.6221.9573.2121.96
Hex612DF036553E164916
Octal1415517066125762611126
Binary110000110110111110110110101010111111010110100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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