#643011

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

Shades of Baker's Chocolate #643011

Tints of Baker's Chocolate #643011

Color information

#643011 (or 0x643011) is unknown color: approx Baker's Chocolate. HEX triplet: 64, 30 and 11. RGB value is (100,48,17). Sum of RGB (Red+Green+Blue) = 100+48+17=165 (21% of max value = 765). Red value is 100 (39.45% from 255 or 60.61% from 165); Green value is 48 (19.14% from 255 or 29.09% from 165); Blue value is 17 (7.03% from 255 or 10.30% from 165); Max value from RGB is 100 - color contains mainly: red. Hex color #643011 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643011 is #9BCFEE. Grayscale: #3C3C3C. Windows color (decimal): -10211311 or 1126500. OLE color: 1126500.

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

Color convert

RGB1004817-
CMYK00.520.830.61
HSL22.41º70.94%22.94%-
HSV(B)22.41º83%39.22%-
XYZ6.414.861.13-
YUV60.01103.73156.52-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 60.61%
GREEN value IS 48 (19.14% from 255) = 29.09%
BLUE value IS 17 (7.03% from 255) = 10.30%
R=60.61%
G=29.09%
B=10.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.83
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100481700.520.830.6122.4170.9422.94
Hex643011034533D164717
Octal1446021064123752610727
Binary1100100110000100010110100101001111110110110100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643011; }

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

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

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

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

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

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

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

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