#612405

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

Shades of Baker's Chocolate #612405

Tints of Baker's Chocolate #612405

Color information

#612405 (or 0x612405) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 24 and 05. RGB value is (97,36,5). Sum of RGB (Red+Green+Blue) = 97+36+5=138 (18% of max value = 765). Red value is 97 (38.28% from 255 or 70.29% from 138); Green value is 36 (14.45% from 255 or 26.09% from 138); Blue value is 5 (2.34% from 255 or 3.62% from 138); Max value from RGB is 97 - color contains mainly: red. Hex color #612405 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612405 is #9EDBFA. Grayscale: #323232. Windows color (decimal): -10411003 or 336993. OLE color: 336993.

HSL color Cylindrical-coordinate representation of color #612405: hue angle of 20.22º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #612405 is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.62.

Color convert

RGB97365-
CMYK00.630.950.62
HSL20.22º90.2%20%-
HSV(B)20.22º94.85%38.04%-
XYZ5.593.810.59-
YUV50.7102.21161.02-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 70.29%
GREEN value IS 36 (14.45% from 255) = 26.09%
BLUE value IS 5 (2.34% from 255) = 3.62%
R=70.29%
G=26.09%
B=3.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.95
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9736500.630.950.6220.2290.220
Hex6124503F5F3E145a14
Octal141445077137762413224
Binary11000011001001010111111101111111111010100101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612405; }

 p { color: rgb(97,36,5); }

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

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

 a { background-color: rgb(97,36,5); }

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

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

 span { border-color: rgb(97,36,5); }

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