#643217

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

Shades of Baker's Chocolate #643217

Tints of Baker's Chocolate #643217

Color information

#643217 (or 0x643217) is unknown color: approx Baker's Chocolate. HEX triplet: 64, 32 and 17. RGB value is (100,50,23). Sum of RGB (Red+Green+Blue) = 100+50+23=173 (22% of max value = 765). Red value is 100 (39.45% from 255 or 57.80% from 173); Green value is 50 (19.92% from 255 or 28.90% from 173); Blue value is 23 (9.38% from 255 or 13.29% from 173); Max value from RGB is 100 - color contains mainly: red. Hex color #643217 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643217 is #9BCDE8. Grayscale: #3E3E3E. Windows color (decimal): -10210793 or 1520228. OLE color: 1520228.

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

Color convert

RGB1005023-
CMYK00.500.770.61
HSL21.04º62.6%24.12%-
HSV(B)21.04º77%39.22%-
XYZ6.555.051.44-
YUV61.87106.06155.2-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 57.80%
GREEN value IS 50 (19.92% from 255) = 28.90%
BLUE value IS 23 (9.38% from 255) = 13.29%
R=57.80%
G=28.90%
B=13.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.77
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100502300.500.770.6121.0462.624.12
Hex6432170324D3D153f18
Octal144622706211575257730
Binary110010011001010111011001010011011111011010111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643217; }

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

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

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

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

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

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

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

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