#613913

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

Shades of Baker's Chocolate #613913

Tints of Baker's Chocolate #613913

Color information

#613913 (or 0x613913) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 39 and 13. RGB value is (97,57,19). Sum of RGB (Red+Green+Blue) = 97+57+19=173 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.07% from 173); Green value is 57 (22.66% from 255 or 32.95% from 173); Blue value is 19 (7.81% from 255 or 10.98% from 173); Max value from RGB is 97 - color contains mainly: red. Hex color #613913 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613913 is #9EC6EC. Grayscale: #404040. Windows color (decimal): -10405613 or 1259873. OLE color: 1259873.

HSL color Cylindrical-coordinate representation of color #613913: hue angle of 29.23º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #613913 is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB975719-
CMYK00.410.800.62
HSL29.23º67.24%22.75%-
HSV(B)29.23º80.41%38.04%-
XYZ6.515.511.34-
YUV64.63102.25151.09-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 56.07%
GREEN value IS 57 (22.66% from 255) = 32.95%
BLUE value IS 19 (7.81% from 255) = 10.98%
R=56.07%
G=32.95%
B=10.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97571900.410.800.6229.2367.2422.75
Hex613913029503E1d4317
Octal1417123051120763510327
Binary1100001111001100110101001101000011111011101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613913; }

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

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

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

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

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

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

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

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