#612200

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

Shades of Baker's Chocolate #612200

Tints of Baker's Chocolate #612200

Color information

#612200 (or 0x612200) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 22 and 00. RGB value is (97,34,0). Sum of RGB (Red+Green+Blue) = 97+34+0=131 (17% of max value = 765). Red value is 97 (38.28% from 255 or 74.05% from 131); Green value is 34 (13.67% from 255 or 25.95% from 131); Blue value is 0 (0.39% from 255 or 0% from 131); Max value from RGB is 97 - color contains mainly: red. Hex color #612200 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612200 is #9EDDFF. Grayscale: #313131. Windows color (decimal): -10411520 or 8801. OLE color: 8801.

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

Color convert

RGB97340-
CMYK00.6510.62
HSL21.03º100%19.02%-
HSV(B)21.03º100%38.04%-
XYZ5.53.690.42-
YUV48.96100.37162.26-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 74.05%
GREEN value IS 34 (13.67% from 255) = 25.95%
BLUE value IS 0 (0.39% from 255) = 0%
R=74.05%
G=25.95%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9734000.6510.6221.0310019.02
Hex61220041643E156413
Octal1414200101144762514423
Binary1100001100010001000001110010011111010101110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612200; }

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

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

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

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

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

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

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

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