#643617

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

Shades of Baker's Chocolate #643617

Tints of Baker's Chocolate #643617

Color information

#643617 (or 0x643617) is unknown color: approx Baker's Chocolate. HEX triplet: 64, 36 and 17. RGB value is (100,54,23). Sum of RGB (Red+Green+Blue) = 100+54+23=177 (23% of max value = 765). Red value is 100 (39.45% from 255 or 56.50% from 177); Green value is 54 (21.48% from 255 or 30.51% from 177); Blue value is 23 (9.38% from 255 or 12.99% from 177); Max value from RGB is 100 - color contains mainly: red. Hex color #643617 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643617 is #9BC9E8. Grayscale: #404040. Windows color (decimal): -10209769 or 1521252. OLE color: 1521252.

HSL color Cylindrical-coordinate representation of color #643617: hue angle of 24.16º 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 #643617 is Cyan = 0, Magento = 0.46, Yellow = 0.77 and Black (K on CMYK) = 0.61.

Color convert

RGB1005423-
CMYK00.460.770.61
HSL24.16º62.6%24.12%-
HSV(B)24.16º77%39.22%-
XYZ6.735.411.5-
YUV64.22104.74153.52-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 56.50%
GREEN value IS 54 (21.48% from 255) = 30.51%
BLUE value IS 23 (9.38% from 255) = 12.99%
R=56.50%
G=30.51%
B=12.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.77
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100542300.460.770.6124.1662.624.12
Hex64361702E4D3D183f18
Octal144662705611575307730
Binary110010011011010111010111010011011111011100011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643617; }

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

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

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

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

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

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

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

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