#643716

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

Shades of Baker's Chocolate #643716

Tints of Baker's Chocolate #643716

Color information

#643716 (or 0x643716) is unknown color: approx Baker's Chocolate. HEX triplet: 64, 37 and 16. RGB value is (100,55,22). Sum of RGB (Red+Green+Blue) = 100+55+22=177 (23% of max value = 765). Red value is 100 (39.45% from 255 or 56.50% from 177); Green value is 55 (21.88% from 255 or 31.07% from 177); Blue value is 22 (8.98% from 255 or 12.43% from 177); Max value from RGB is 100 - color contains mainly: red. Hex color #643716 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643716 is #9BC8E9. Grayscale: #404040. Windows color (decimal): -10209514 or 1455972. OLE color: 1455972.

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

Color convert

RGB1005522-
CMYK00.450.780.61
HSL25.38º63.93%23.92%-
HSV(B)25.38º78%39.22%-
XYZ6.775.51.46-
YUV64.69103.91153.18-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 56.50%
GREEN value IS 55 (21.88% from 255) = 31.07%
BLUE value IS 22 (8.98% from 255) = 12.43%
R=56.50%
G=31.07%
B=12.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.78
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100552200.450.780.6125.3863.9323.92
Hex64371602D4E3D194018
Octal1446726055116753110030
Binary1100100110111101100101101100111011110111001100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643716; }

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

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

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

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

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

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

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

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