#613B16

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

Shades of Baker's Chocolate #613B16

Tints of Baker's Chocolate #613B16

Color information

#613B16 (or 0x613B16) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 3B and 16. RGB value is (97,59,22). Sum of RGB (Red+Green+Blue) = 97+59+22=178 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.49% from 178); Green value is 59 (23.44% from 255 or 33.15% from 178); Blue value is 22 (8.98% from 255 or 12.36% from 178); Max value from RGB is 97 - color contains mainly: red. Hex color #613B16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613B16 is #9EC4E9. Grayscale: #424242. Windows color (decimal): -10405098 or 1456993. OLE color: 1456993.

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

Color convert

RGB975922-
CMYK00.390.770.62
HSL29.6º63.03%23.33%-
HSV(B)29.6º77.32%38.04%-
XYZ6.645.731.51-
YUV66.14103.09150.01-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 54.49%
GREEN value IS 59 (23.44% from 255) = 33.15%
BLUE value IS 22 (8.98% from 255) = 12.36%
R=54.49%
G=33.15%
B=12.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97592200.390.770.6229.663.0323.33
Hex613B160274D3E1e3f17
Octal141732604711576367727
Binary110000111101110110010011110011011111101111011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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