#612F0F

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

Shades of Baker's Chocolate #612F0F

Tints of Baker's Chocolate #612F0F

Color information

#612F0F (or 0x612F0F) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 2F and 0F. RGB value is (97,47,15). Sum of RGB (Red+Green+Blue) = 97+47+15=159 (21% of max value = 765). Red value is 97 (38.28% from 255 or 61.01% from 159); Green value is 47 (18.75% from 255 or 29.56% from 159); Blue value is 15 (6.25% from 255 or 9.43% from 159); Max value from RGB is 97 - color contains mainly: red. Hex color #612F0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612F0F is #9ED0F0. Grayscale: #3A3A3A. Windows color (decimal): -10408177 or 995169. OLE color: 995169.

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

Color convert

RGB974715-
CMYK00.520.850.62
HSL23.41º73.21%21.96%-
HSV(B)23.41º84.54%38.04%-
XYZ6.034.611.02-
YUV58.3103.56155.6-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 61.01%
GREEN value IS 47 (18.75% from 255) = 29.56%
BLUE value IS 15 (6.25% from 255) = 9.43%
R=61.01%
G=29.56%
B=9.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97471500.520.850.6223.4173.2121.96
Hex612FF034553E174916
Octal1415717064125762711126
Binary110000110111111110110100101010111111010111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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