#643710

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

Shades of Baker's Chocolate #643710

Tints of Baker's Chocolate #643710

Color information

#643710 (or 0x643710) is unknown color: approx Baker's Chocolate. HEX triplet: 64, 37 and 10. RGB value is (100,55,16). Sum of RGB (Red+Green+Blue) = 100+55+16=171 (22% of max value = 765). Red value is 100 (39.45% from 255 or 58.48% from 171); Green value is 55 (21.88% from 255 or 32.16% from 171); Blue value is 16 (6.64% from 255 or 9.36% from 171); Max value from RGB is 100 - color contains mainly: red. Hex color #643710 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643710 is #9BC8EF. Grayscale: #404040. Windows color (decimal): -10209520 or 1062756. OLE color: 1062756.

HSL color Cylindrical-coordinate representation of color #643710: hue angle of 27.86º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #643710 is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.61.

Color convert

RGB1005516-
CMYK00.450.840.61
HSL27.86º72.41%22.75%-
HSV(B)27.86º84%39.22%-
XYZ6.725.481.19-
YUV64.01100.91153.67-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 58.48%
GREEN value IS 55 (21.88% from 255) = 32.16%
BLUE value IS 16 (6.64% from 255) = 9.36%
R=58.48%
G=32.16%
B=9.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.84
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100551600.450.840.6127.8672.4122.75
Hex64371002D543D1c4817
Octal1446720055124753411027
Binary1100100110111100000101101101010011110111100100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643710; }

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

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

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

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

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

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

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

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