#613B0E

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

Shades of Baker's Chocolate #613B0E

Tints of Baker's Chocolate #613B0E

Color information

#613B0E (or 0x613B0E) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 3B and 0E. RGB value is (97,59,14). Sum of RGB (Red+Green+Blue) = 97+59+14=170 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.06% from 170); Green value is 59 (23.44% from 255 or 34.71% from 170); Blue value is 14 (5.86% from 255 or 8.24% from 170); Max value from RGB is 97 - color contains mainly: red. Hex color #613B0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613B0E is #9EC4F1. Grayscale: #414141. Windows color (decimal): -10405106 or 932705. OLE color: 932705.

HSL color Cylindrical-coordinate representation of color #613B0E: hue angle of 32.53º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #613B0E is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB975914-
CMYK00.390.860.62
HSL32.53º74.77%21.76%-
HSV(B)32.53º85.57%38.04%-
XYZ6.575.71.17-
YUV65.2399.09150.66-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 57.06%
GREEN value IS 59 (23.44% from 255) = 34.71%
BLUE value IS 14 (5.86% from 255) = 8.24%
R=57.06%
G=34.71%
B=8.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97591400.390.860.6232.5374.7721.76
Hex613BE027563E214b16
Octal1417316047126764111326
Binary1100001111011111001001111010110111110100001100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613B0E; }

 p { color: rgb(97,59,14); }

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

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

 a { background-color: rgb(97,59,14); }

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

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

 span { border-color: rgb(97,59,14); }

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