#643117

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

Shades of Baker's Chocolate #643117

Tints of Baker's Chocolate #643117

Color information

#643117 (or 0x643117) is unknown color: approx Baker's Chocolate. HEX triplet: 64, 31 and 17. RGB value is (100,49,23). Sum of RGB (Red+Green+Blue) = 100+49+23=172 (22% of max value = 765). Red value is 100 (39.45% from 255 or 58.14% from 172); Green value is 49 (19.53% from 255 or 28.49% from 172); Blue value is 23 (9.38% from 255 or 13.37% from 172); Max value from RGB is 100 - color contains mainly: red. Hex color #643117 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643117 is #9BCEE8. Grayscale: #3D3D3D. Windows color (decimal): -10211049 or 1519972. OLE color: 1519972.

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

Color convert

RGB1004923-
CMYK00.510.770.61
HSL20.26º62.6%24.12%-
HSV(B)20.26º77%39.22%-
XYZ6.514.971.43-
YUV61.28106.4155.61-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 58.14%
GREEN value IS 49 (19.53% from 255) = 28.49%
BLUE value IS 23 (9.38% from 255) = 13.37%
R=58.14%
G=28.49%
B=13.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.77
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100492300.510.770.6120.2662.624.12
Hex6431170334D3D143f18
Octal144612706311575247730
Binary110010011000110111011001110011011111011010011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643117; }

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

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

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

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

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

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

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

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