#612505

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

Shades of Baker's Chocolate #612505

Tints of Baker's Chocolate #612505

Color information

#612505 (or 0x612505) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 25 and 05. RGB value is (97,37,5). Sum of RGB (Red+Green+Blue) = 97+37+5=139 (18% of max value = 765). Red value is 97 (38.28% from 255 or 69.78% from 139); Green value is 37 (14.84% from 255 or 26.62% from 139); Blue value is 5 (2.34% from 255 or 3.60% from 139); Max value from RGB is 97 - color contains mainly: red. Hex color #612505 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612505 is #9EDAFA. Grayscale: #333333. Windows color (decimal): -10410747 or 337249. OLE color: 337249.

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

Color convert

RGB97375-
CMYK00.620.950.62
HSL20.87º90.2%20%-
HSV(B)20.87º94.85%38.04%-
XYZ5.623.880.6-
YUV51.29101.88160.6-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 69.78%
GREEN value IS 37 (14.84% from 255) = 26.62%
BLUE value IS 5 (2.34% from 255) = 3.60%
R=69.78%
G=26.62%
B=3.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.95
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9737500.620.950.6220.8790.220
Hex6125503E5F3E155a14
Octal141455076137762513224
Binary11000011001011010111110101111111111010101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612505; }

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

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

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

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

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

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

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

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