#613616

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

Shades of Baker's Chocolate #613616

Tints of Baker's Chocolate #613616

Color information

#613616 (or 0x613616) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 36 and 16. RGB value is (97,54,22). Sum of RGB (Red+Green+Blue) = 97+54+22=173 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.07% from 173); Green value is 54 (21.48% from 255 or 31.21% from 173); Blue value is 22 (8.98% from 255 or 12.72% from 173); Max value from RGB is 97 - color contains mainly: red. Hex color #613616 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613616 is #9EC9E9. Grayscale: #3F3F3F. Windows color (decimal): -10406378 or 1455713. OLE color: 1455713.

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

Color convert

RGB975422-
CMYK00.440.770.62
HSL25.6º63.03%23.33%-
HSV(B)25.6º77.32%38.04%-
XYZ6.395.241.43-
YUV63.21104.75152.1-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 56.07%
GREEN value IS 54 (21.48% from 255) = 31.21%
BLUE value IS 22 (8.98% from 255) = 12.72%
R=56.07%
G=31.21%
B=12.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97542200.440.770.6225.663.0323.33
Hex61361602C4D3E1a3f17
Octal141662605411576327727
Binary110000111011010110010110010011011111101101011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613616; }

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

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

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

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

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

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

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

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