#612F0D

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

Shades of Baker's Chocolate #612F0D

Tints of Baker's Chocolate #612F0D

Color information

#612F0D (or 0x612F0D) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 2F and 0D. RGB value is (97,47,13). Sum of RGB (Red+Green+Blue) = 97+47+13=157 (20% of max value = 765). Red value is 97 (38.28% from 255 or 61.78% from 157); Green value is 47 (18.75% from 255 or 29.94% from 157); Blue value is 13 (5.47% from 255 or 8.28% from 157); Max value from RGB is 97 - color contains mainly: red. Hex color #612F0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612F0D is #9ED0F2. Grayscale: #3A3A3A. Windows color (decimal): -10408179 or 864097. OLE color: 864097.

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

Color convert

RGB974713-
CMYK00.520.870.62
HSL24.29º76.36%21.57%-
HSV(B)24.29º86.6%38.04%-
XYZ6.024.60.95-
YUV58.07102.56155.76-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 61.78%
GREEN value IS 47 (18.75% from 255) = 29.94%
BLUE value IS 13 (5.47% from 255) = 8.28%
R=61.78%
G=29.94%
B=8.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.87
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97471300.520.870.6224.2976.3621.57
Hex612FD034573E184c16
Octal1415715064127763011426
Binary110000110111111010110100101011111111011000100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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