#643801

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

Shades of Baker's Chocolate #643801

Tints of Baker's Chocolate #643801

Color information

#643801 (or 0x643801) is unknown color: approx Baker's Chocolate. HEX triplet: 64, 38 and 01. RGB value is (100,56,1). Sum of RGB (Red+Green+Blue) = 100+56+1=157 (20% of max value = 765). Red value is 100 (39.45% from 255 or 63.69% from 157); Green value is 56 (22.27% from 255 or 35.67% from 157); Blue value is 1 (0.78% from 255 or 0.64% from 157); Max value from RGB is 100 - color contains mainly: red. Hex color #643801 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643801 is #9BC7FE. Grayscale: #3F3F3F. Windows color (decimal): -10209279 or 79972. OLE color: 79972.

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

Color convert

RGB100561-
CMYK00.440.990.61
HSL33.33º98.02%19.8%-
HSV(B)33.33º99%39.22%-
XYZ6.685.540.75-
YUV62.8993.08154.47-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 63.69%
GREEN value IS 56 (22.27% from 255) = 35.67%
BLUE value IS 1 (0.78% from 255) = 0.64%
R=63.69%
G=35.67%
B=0.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.99
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10056100.440.990.6133.3398.0219.8
Hex6438102C633D216214
Octal144701054143754114224
Binary1100100111000101011001100011111101100001110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643801; }

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

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

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

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

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

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

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

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