#612502

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

Shades of Baker's Chocolate #612502

Tints of Baker's Chocolate #612502

Color information

#612502 (or 0x612502) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 25 and 02. RGB value is (97,37,2). Sum of RGB (Red+Green+Blue) = 97+37+2=136 (18% of max value = 765). Red value is 97 (38.28% from 255 or 71.32% from 136); Green value is 37 (14.84% from 255 or 27.21% from 136); Blue value is 2 (1.17% from 255 or 1.47% from 136); Max value from RGB is 97 - color contains mainly: red. Hex color #612502 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612502 is #9EDAFD. Grayscale: #333333. Windows color (decimal): -10410750 or 140641. OLE color: 140641.

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

Color convert

RGB97372-
CMYK00.620.980.62
HSL22.11º95.96%19.41%-
HSV(B)22.11º97.94%38.04%-
XYZ5.63.870.51-
YUV50.95100.38160.85-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 71.32%
GREEN value IS 37 (14.84% from 255) = 27.21%
BLUE value IS 2 (1.17% from 255) = 1.47%
R=71.32%
G=27.21%
B=1.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.98
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9737200.620.980.6222.1195.9619.41
Hex6125203E623E166013
Octal141452076142762614023
Binary1100001100101100111110110001011111010110110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612502; }

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

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

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

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

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

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

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

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