#613816

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

Shades of Baker's Chocolate #613816

Tints of Baker's Chocolate #613816

Color information

#613816 (or 0x613816) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 38 and 16. RGB value is (97,56,22). Sum of RGB (Red+Green+Blue) = 97+56+22=175 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.43% from 175); Green value is 56 (22.27% from 255 or 32% from 175); Blue value is 22 (8.98% from 255 or 12.57% from 175); Max value from RGB is 97 - color contains mainly: red. Hex color #613816 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613816 is #9EC7E9. Grayscale: #404040. Windows color (decimal): -10405866 or 1456225. OLE color: 1456225.

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

Color convert

RGB975622-
CMYK00.420.770.62
HSL27.2º63.03%23.33%-
HSV(B)27.2º77.32%38.04%-
XYZ6.495.431.46-
YUV64.38104.08151.26-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 55.43%
GREEN value IS 56 (22.27% from 255) = 32%
BLUE value IS 22 (8.98% from 255) = 12.57%
R=55.43%
G=32%
B=12.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97562200.420.770.6227.263.0323.33
Hex61381602A4D3E1b3f17
Octal141702605211576337727
Binary110000111100010110010101010011011111101101111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613816; }

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

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

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

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

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

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

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

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