#613710

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

Shades of Baker's Chocolate #613710

Tints of Baker's Chocolate #613710

Color information

#613710 (or 0x613710) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 37 and 10. RGB value is (97,55,16). Sum of RGB (Red+Green+Blue) = 97+55+16=168 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.74% from 168); Green value is 55 (21.88% from 255 or 32.74% from 168); Blue value is 16 (6.64% from 255 or 9.52% from 168); Max value from RGB is 97 - color contains mainly: red. Hex color #613710 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613710 is #9EC8EF. Grayscale: #3F3F3F. Windows color (decimal): -10406128 or 1062753. OLE color: 1062753.

HSL color Cylindrical-coordinate representation of color #613710: hue angle of 28.89º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #613710 is Cyan = 0, Magento = 0.43, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB975516-
CMYK00.430.840.62
HSL28.89º71.68%22.16%-
HSV(B)28.89º83.51%38.04%-
XYZ6.395.311.18-
YUV63.11101.41152.17-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 57.74%
GREEN value IS 55 (21.88% from 255) = 32.74%
BLUE value IS 16 (6.64% from 255) = 9.52%
R=57.74%
G=32.74%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97551600.430.840.6228.8971.6822.16
Hex61371002B543E1d4816
Octal1416720053124763511026
Binary1100001110111100000101011101010011111011101100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613710; }

 p { color: rgb(97,55,16); }

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

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

 a { background-color: rgb(97,55,16); }

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

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

 span { border-color: rgb(97,55,16); }

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