#613A16

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

Shades of Baker's Chocolate #613A16

Tints of Baker's Chocolate #613A16

Color information

#613A16 (or 0x613A16) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 3A and 16. RGB value is (97,58,22). Sum of RGB (Red+Green+Blue) = 97+58+22=177 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.80% from 177); Green value is 58 (23.05% from 255 or 32.77% from 177); Blue value is 22 (8.98% from 255 or 12.43% from 177); Max value from RGB is 97 - color contains mainly: red. Hex color #613A16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613A16 is #9EC5E9. Grayscale: #414141. Windows color (decimal): -10405354 or 1456737. OLE color: 1456737.

HSL color Cylindrical-coordinate representation of color #613A16: hue angle of 28.8º 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 #613A16 is Cyan = 0, Magento = 0.40, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB975822-
CMYK00.400.770.62
HSL28.8º63.03%23.33%-
HSV(B)28.8º77.32%38.04%-
XYZ6.595.631.5-
YUV65.56103.42150.43-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 54.80%
GREEN value IS 58 (23.05% from 255) = 32.77%
BLUE value IS 22 (8.98% from 255) = 12.43%
R=54.80%
G=32.77%
B=12.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97582200.400.770.6228.863.0323.33
Hex613A160284D3E1d3f17
Octal141722605011576357727
Binary110000111101010110010100010011011111101110111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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