#612905

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

Shades of Baker's Chocolate #612905

Tints of Baker's Chocolate #612905

Color information

#612905 (or 0x612905) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 29 and 05. RGB value is (97,41,5). Sum of RGB (Red+Green+Blue) = 97+41+5=143 (18% of max value = 765). Red value is 97 (38.28% from 255 or 67.83% from 143); Green value is 41 (16.41% from 255 or 28.67% from 143); Blue value is 5 (2.34% from 255 or 3.50% from 143); Max value from RGB is 97 - color contains mainly: red. Hex color #612905 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612905 is #9ED6FA. Grayscale: #353535. Windows color (decimal): -10409723 or 338273. OLE color: 338273.

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

Color convert

RGB97415-
CMYK00.580.950.62
HSL23.48º90.2%20%-
HSV(B)23.48º94.85%38.04%-
XYZ5.754.140.64-
YUV53.64100.55158.93-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 67.83%
GREEN value IS 41 (16.41% from 255) = 28.67%
BLUE value IS 5 (2.34% from 255) = 3.50%
R=67.83%
G=28.67%
B=3.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.95
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9741500.580.950.6223.4890.220
Hex6129503A5F3E175a14
Octal141515072137762713224
Binary11000011010011010111010101111111111010111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612905; }

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

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

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

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

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

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

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

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