#612504

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

Shades of Baker's Chocolate #612504

Tints of Baker's Chocolate #612504

Color information

#612504 (or 0x612504) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 25 and 04. RGB value is (97,37,4). Sum of RGB (Red+Green+Blue) = 97+37+4=138 (18% of max value = 765). Red value is 97 (38.28% from 255 or 70.29% from 138); Green value is 37 (14.84% from 255 or 26.81% from 138); Blue value is 4 (1.95% from 255 or 2.90% from 138); Max value from RGB is 97 - color contains mainly: red. Hex color #612504 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612504 is #9EDAFB. Grayscale: #333333. Windows color (decimal): -10410748 or 271713. OLE color: 271713.

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

Color convert

RGB97374-
CMYK00.620.960.62
HSL21.29º92.08%19.8%-
HSV(B)21.29º95.88%38.04%-
XYZ5.613.870.57-
YUV51.18101.38160.68-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 70.29%
GREEN value IS 37 (14.84% from 255) = 26.81%
BLUE value IS 4 (1.95% from 255) = 2.90%
R=70.29%
G=26.81%
B=2.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.96
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9737400.620.960.6221.2992.0819.8
Hex6125403E603E155c14
Octal141454076140762513424
Binary11000011001011000111110110000011111010101101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612504; }

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

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

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

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

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

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

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

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