#612900

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

Shades of Baker's Chocolate #612900

Tints of Baker's Chocolate #612900

Color information

#612900 (or 0x612900) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 29 and 00. RGB value is (97,41,0). Sum of RGB (Red+Green+Blue) = 97+41+0=138 (18% of max value = 765). Red value is 97 (38.28% from 255 or 70.29% from 138); Green value is 41 (16.41% from 255 or 29.71% from 138); Blue value is 0 (0.39% from 255 or 0% from 138); Max value from RGB is 97 - color contains mainly: red. Hex color #612900 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612900 is #9ED6FF. Grayscale: #353535. Windows color (decimal): -10409728 or 10593. OLE color: 10593.

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

Color convert

RGB97410-
CMYK00.5810.62
HSL25.36º100%19.02%-
HSV(B)25.36º100%38.04%-
XYZ5.724.130.5-
YUV53.0798.05159.33-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 70.29%
GREEN value IS 41 (16.41% from 255) = 29.71%
BLUE value IS 0 (0.39% from 255) = 0%
R=70.29%
G=29.71%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9741000.5810.6225.3610019.02
Hex6129003A643E196413
Octal141510072144763114423
Binary110000110100100111010110010011111011001110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612900; }

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

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

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

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

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

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

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

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