#643711

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

Shades of Baker's Chocolate #643711

Tints of Baker's Chocolate #643711

Color information

#643711 (or 0x643711) is unknown color: approx Baker's Chocolate. HEX triplet: 64, 37 and 11. RGB value is (100,55,17). Sum of RGB (Red+Green+Blue) = 100+55+17=172 (22% of max value = 765). Red value is 100 (39.45% from 255 or 58.14% from 172); Green value is 55 (21.88% from 255 or 31.98% from 172); Blue value is 17 (7.03% from 255 or 9.88% from 172); Max value from RGB is 100 - color contains mainly: red. Hex color #643711 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643711 is #9BC8EE. Grayscale: #404040. Windows color (decimal): -10209519 or 1128292. OLE color: 1128292.

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

Color convert

RGB1005517-
CMYK00.450.830.61
HSL27.47º70.94%22.94%-
HSV(B)27.47º83%39.22%-
XYZ6.725.481.23-
YUV64.12101.41153.59-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 58.14%
GREEN value IS 55 (21.88% from 255) = 31.98%
BLUE value IS 17 (7.03% from 255) = 9.88%
R=58.14%
G=31.98%
B=9.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.83
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100551700.450.830.6127.4770.9422.94
Hex64371102D533D1b4717
Octal1446721055123753310727
Binary1100100110111100010101101101001111110111011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643711; }

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

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

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

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

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

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

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

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