#612202

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

Shades of Baker's Chocolate #612202

Tints of Baker's Chocolate #612202

Color information

#612202 (or 0x612202) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 22 and 02. RGB value is (97,34,2). Sum of RGB (Red+Green+Blue) = 97+34+2=133 (17% of max value = 765). Red value is 97 (38.28% from 255 or 72.93% from 133); Green value is 34 (13.67% from 255 or 25.56% from 133); Blue value is 2 (1.17% from 255 or 1.50% from 133); Max value from RGB is 97 - color contains mainly: red. Hex color #612202 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612202 is #9EDDFD. Grayscale: #313131. Windows color (decimal): -10411518 or 139873. OLE color: 139873.

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

Color convert

RGB97342-
CMYK00.650.980.62
HSL20.21º95.96%19.41%-
HSV(B)20.21º97.94%38.04%-
XYZ5.513.690.48-
YUV49.19101.37162.1-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 72.93%
GREEN value IS 34 (13.67% from 255) = 25.56%
BLUE value IS 2 (1.17% from 255) = 1.50%
R=72.93%
G=25.56%
B=1.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.98
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9734200.650.980.6220.2195.9619.41
Hex61222041623E146013
Octal1414220101142762414023
Binary11000011000101001000001110001011111010100110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612202; }

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

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

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

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

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

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

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

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