#643417

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

Shades of Baker's Chocolate #643417

Tints of Baker's Chocolate #643417

Color information

#643417 (or 0x643417) is unknown color: approx Baker's Chocolate. HEX triplet: 64, 34 and 17. RGB value is (100,52,23). Sum of RGB (Red+Green+Blue) = 100+52+23=175 (23% of max value = 765). Red value is 100 (39.45% from 255 or 57.14% from 175); Green value is 52 (20.70% from 255 or 29.71% from 175); Blue value is 23 (9.38% from 255 or 13.14% from 175); Max value from RGB is 100 - color contains mainly: red. Hex color #643417 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643417 is #9BCBE8. Grayscale: #3F3F3F. Windows color (decimal): -10210281 or 1520740. OLE color: 1520740.

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

Color convert

RGB1005223-
CMYK00.480.770.61
HSL22.6º62.6%24.12%-
HSV(B)22.6º77%39.22%-
XYZ6.645.231.47-
YUV63.05105.4154.36-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 57.14%
GREEN value IS 52 (20.70% from 255) = 29.71%
BLUE value IS 23 (9.38% from 255) = 13.14%
R=57.14%
G=29.71%
B=13.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.77
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100522300.480.770.6122.662.624.12
Hex6434170304D3D173f18
Octal144642706011575277730
Binary110010011010010111011000010011011111011011111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643417; }

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

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

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

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

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

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

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

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