#612201

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

Shades of Baker's Chocolate #612201

Tints of Baker's Chocolate #612201

Color information

#612201 (or 0x612201) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 22 and 01. RGB value is (97,34,1). Sum of RGB (Red+Green+Blue) = 97+34+1=132 (17% of max value = 765). Red value is 97 (38.28% from 255 or 73.48% from 132); Green value is 34 (13.67% from 255 or 25.76% from 132); Blue value is 1 (0.78% from 255 or 0.76% from 132); Max value from RGB is 97 - color contains mainly: red. Hex color #612201 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612201 is #9EDDFE. Grayscale: #313131. Windows color (decimal): -10411519 or 74337. OLE color: 74337.

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

Color convert

RGB97341-
CMYK00.650.990.62
HSL20.62º97.96%19.22%-
HSV(B)20.62º98.97%38.04%-
XYZ5.513.690.45-
YUV49.08100.87162.18-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 73.48%
GREEN value IS 34 (13.67% from 255) = 25.76%
BLUE value IS 1 (0.78% from 255) = 0.76%
R=73.48%
G=25.76%
B=0.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9734100.650.990.6220.6297.9619.22
Hex61221041633E156213
Octal1414210101143762514223
Binary1100001100010101000001110001111111010101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612201; }

 p { color: rgb(97,34,1); }

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

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

 a { background-color: rgb(97,34,1); }

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

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

 span { border-color: rgb(97,34,1); }

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