#612507

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

Shades of Baker's Chocolate #612507

Tints of Baker's Chocolate #612507

Color information

#612507 (or 0x612507) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 25 and 07. RGB value is (97,37,7). Sum of RGB (Red+Green+Blue) = 97+37+7=141 (18% of max value = 765). Red value is 97 (38.28% from 255 or 68.79% from 141); Green value is 37 (14.84% from 255 or 26.24% from 141); Blue value is 7 (3.12% from 255 or 4.96% from 141); Max value from RGB is 97 - color contains mainly: red. Hex color #612507 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612507 is #9EDAF8. Grayscale: #333333. Windows color (decimal): -10410745 or 468321. OLE color: 468321.

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

Color convert

RGB97377-
CMYK00.620.930.62
HSL20º86.54%20.39%-
HSV(B)20º92.78%38.04%-
XYZ5.633.880.65-
YUV51.52102.88160.44-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 68.79%
GREEN value IS 37 (14.84% from 255) = 26.24%
BLUE value IS 7 (3.12% from 255) = 4.96%
R=68.79%
G=26.24%
B=4.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.93
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9737700.620.930.622086.5420.39
Hex6125703E5D3E145714
Octal141457076135762412724
Binary11000011001011110111110101110111111010100101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612507; }

 p { color: rgb(97,37,7); }

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

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

 a { background-color: rgb(97,37,7); }

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

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

 span { border-color: rgb(97,37,7); }

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