#613B0D

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

Shades of Baker's Chocolate #613B0D

Tints of Baker's Chocolate #613B0D

Color information

#613B0D (or 0x613B0D) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 3B and 0D. RGB value is (97,59,13). Sum of RGB (Red+Green+Blue) = 97+59+13=169 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.40% from 169); Green value is 59 (23.44% from 255 or 34.91% from 169); Blue value is 13 (5.47% from 255 or 7.69% from 169); Max value from RGB is 97 - color contains mainly: red. Hex color #613B0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613B0D is #9EC4F2. Grayscale: #414141. Windows color (decimal): -10405107 or 867169. OLE color: 867169.

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

Color convert

RGB975913-
CMYK00.390.870.62
HSL32.86º76.36%21.57%-
HSV(B)32.86º86.6%38.04%-
XYZ6.575.71.13-
YUV65.1298.59150.74-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 57.40%
GREEN value IS 59 (23.44% from 255) = 34.91%
BLUE value IS 13 (5.47% from 255) = 7.69%
R=57.40%
G=34.91%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.87
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97591300.390.870.6232.8676.3621.57
Hex613BD027573E214c16
Octal1417315047127764111426
Binary1100001111011110101001111010111111110100001100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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