#613910

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

Shades of Baker's Chocolate #613910

Tints of Baker's Chocolate #613910

Color information

#613910 (or 0x613910) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 39 and 10. RGB value is (97,57,16). Sum of RGB (Red+Green+Blue) = 97+57+16=170 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.06% from 170); Green value is 57 (22.66% from 255 or 33.53% from 170); Blue value is 16 (6.64% from 255 or 9.41% from 170); Max value from RGB is 97 - color contains mainly: red. Hex color #613910 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613910 is #9EC6EF. Grayscale: #404040. Windows color (decimal): -10405616 or 1063265. OLE color: 1063265.

HSL color Cylindrical-coordinate representation of color #613910: hue angle of 30.37º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #613910 is Cyan = 0, Magento = 0.41, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB975716-
CMYK00.410.840.62
HSL30.37º71.68%22.16%-
HSV(B)30.37º83.51%38.04%-
XYZ6.495.511.21-
YUV64.29100.75151.33-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 57.06%
GREEN value IS 57 (22.66% from 255) = 33.53%
BLUE value IS 16 (6.64% from 255) = 9.41%
R=57.06%
G=33.53%
B=9.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97571600.410.840.6230.3771.6822.16
Hex613910029543E1e4816
Octal1417120051124763611026
Binary1100001111001100000101001101010011111011110100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613910; }

 p { color: rgb(97,57,16); }

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

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

 a { background-color: rgb(97,57,16); }

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

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

 span { border-color: rgb(97,57,16); }

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