#612607

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

Shades of Baker's Chocolate #612607

Tints of Baker's Chocolate #612607

Color information

#612607 (or 0x612607) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 26 and 07. RGB value is (97,38,7). Sum of RGB (Red+Green+Blue) = 97+38+7=142 (18% of max value = 765). Red value is 97 (38.28% from 255 or 68.31% from 142); Green value is 38 (15.23% from 255 or 26.76% from 142); Blue value is 7 (3.12% from 255 or 4.93% from 142); Max value from RGB is 97 - color contains mainly: red. Hex color #612607 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612607 is #9ED9F8. Grayscale: #343434. Windows color (decimal): -10410489 or 468577. OLE color: 468577.

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

Color convert

RGB97387-
CMYK00.610.930.62
HSL20.67º86.54%20.39%-
HSV(B)20.67º92.78%38.04%-
XYZ5.663.940.66-
YUV52.11102.55160.02-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 68.31%
GREEN value IS 38 (15.23% from 255) = 26.76%
BLUE value IS 7 (3.12% from 255) = 4.93%
R=68.31%
G=26.76%
B=4.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.93
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9738700.610.930.6220.6786.5420.39
Hex6126703D5D3E155714
Octal141467075135762512724
Binary11000011001101110111101101110111111010101101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612607; }

 p { color: rgb(97,38,7); }

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

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

 a { background-color: rgb(97,38,7); }

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

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

 span { border-color: rgb(97,38,7); }

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