#643501

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

Shades of Baker's Chocolate #643501

Tints of Baker's Chocolate #643501

Color information

#643501 (or 0x643501) is unknown color: approx Baker's Chocolate. HEX triplet: 64, 35 and 01. RGB value is (100,53,1). Sum of RGB (Red+Green+Blue) = 100+53+1=154 (20% of max value = 765). Red value is 100 (39.45% from 255 or 64.94% from 154); Green value is 53 (21.09% from 255 or 34.42% from 154); Blue value is 1 (0.78% from 255 or 0.65% from 154); Max value from RGB is 100 - color contains mainly: red. Hex color #643501 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643501 is #9BCAFE. Grayscale: #3D3D3D. Windows color (decimal): -10210047 or 79204. OLE color: 79204.

HSL color Cylindrical-coordinate representation of color #643501: hue angle of 31.52º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #643501 is Cyan = 0, Magento = 0.47, Yellow = 0.99 and Black (K on CMYK) = 0.61.

Color convert

RGB100531-
CMYK00.470.990.61
HSL31.52º98.02%19.8%-
HSV(B)31.52º99%39.22%-
XYZ6.535.260.7-
YUV61.1294.07155.73-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 64.94%
GREEN value IS 53 (21.09% from 255) = 34.42%
BLUE value IS 1 (0.78% from 255) = 0.65%
R=64.94%
G=34.42%
B=0.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.99
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10053100.470.990.6131.5298.0219.8
Hex6435102F633D206214
Octal144651057143754014224
Binary1100100110101101011111100011111101100000110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643501; }

 p { color: rgb(100,53,1); }

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

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

 a { background-color: rgb(100,53,1); }

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

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

 span { border-color: rgb(100,53,1); }

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