#643717

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

Shades of Baker's Chocolate #643717

Tints of Baker's Chocolate #643717

Color information

#643717 (or 0x643717) is unknown color: approx Baker's Chocolate. HEX triplet: 64, 37 and 17. RGB value is (100,55,23). Sum of RGB (Red+Green+Blue) = 100+55+23=178 (23% of max value = 765). Red value is 100 (39.45% from 255 or 56.18% from 178); Green value is 55 (21.88% from 255 or 30.90% from 178); Blue value is 23 (9.38% from 255 or 12.92% from 178); Max value from RGB is 100 - color contains mainly: red. Hex color #643717 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643717 is #9BC8E8. Grayscale: #404040. Windows color (decimal): -10209513 or 1521508. OLE color: 1521508.

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

Color convert

RGB1005523-
CMYK00.450.770.61
HSL24.94º62.6%24.12%-
HSV(B)24.94º77%39.22%-
XYZ6.785.51.52-
YUV64.81104.41153.1-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 56.18%
GREEN value IS 55 (21.88% from 255) = 30.90%
BLUE value IS 23 (9.38% from 255) = 12.92%
R=56.18%
G=30.90%
B=12.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.77
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100552300.450.770.6124.9462.624.12
Hex64371702D4D3D193f18
Octal144672705511575317730
Binary110010011011110111010110110011011111011100111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643717; }

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

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

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

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

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

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

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

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