#612000

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

Shades of Baker's Chocolate #612000

Tints of Baker's Chocolate #612000

Color information

#612000 (or 0x612000) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 20 and 00. RGB value is (97,32,0). Sum of RGB (Red+Green+Blue) = 97+32+0=129 (17% of max value = 765). Red value is 97 (38.28% from 255 or 75.19% from 129); Green value is 32 (12.89% from 255 or 24.81% from 129); Blue value is 0 (0.39% from 255 or 0% from 129); Max value from RGB is 97 - color contains mainly: red. Hex color #612000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612000 is #9EDFFF. Grayscale: #2F2F2F. Windows color (decimal): -10412032 or 8289. OLE color: 8289.

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

Color convert

RGB97320-
CMYK00.6710.62
HSL19.79º100%19.02%-
HSV(B)19.79º100%38.04%-
XYZ5.453.570.4-
YUV47.79101.03163.1-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 75.19%
GREEN value IS 32 (12.89% from 255) = 24.81%
BLUE value IS 0 (0.39% from 255) = 0%
R=75.19%
G=24.81%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9732000.6710.6219.7910019.02
Hex61200043643E146413
Octal1414000103144762414423
Binary1100001100000001000011110010011111010100110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612000; }

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

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

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

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

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

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

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

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