#612002

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

Shades of Baker's Chocolate #612002

Tints of Baker's Chocolate #612002

Color information

#612002 (or 0x612002) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 20 and 02. RGB value is (97,32,2). Sum of RGB (Red+Green+Blue) = 97+32+2=131 (17% of max value = 765). Red value is 97 (38.28% from 255 or 74.05% from 131); Green value is 32 (12.89% from 255 or 24.43% from 131); Blue value is 2 (1.17% from 255 or 1.53% from 131); Max value from RGB is 97 - color contains mainly: red. Hex color #612002 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612002 is #9EDFFD. Grayscale: #303030. Windows color (decimal): -10412030 or 139361. OLE color: 139361.

HSL color Cylindrical-coordinate representation of color #612002: hue angle of 18.95º 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 #612002 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.62.

Color convert

RGB97322-
CMYK00.670.980.62
HSL18.95º95.96%19.41%-
HSV(B)18.95º97.94%38.04%-
XYZ5.463.580.46-
YUV48.02102.03162.94-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 74.05%
GREEN value IS 32 (12.89% from 255) = 24.43%
BLUE value IS 2 (1.17% from 255) = 1.53%
R=74.05%
G=24.43%
B=1.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.98
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9732200.670.980.6218.9595.9619.41
Hex61202043623E136013
Octal1414020103142762314023
Binary11000011000001001000011110001011111010011110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612002; }

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

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

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

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

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

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

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

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