#642001

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

Shades of Baker's Chocolate #642001

Tints of Baker's Chocolate #642001

Color information

#642001 (or 0x642001) is unknown color: approx Baker's Chocolate. HEX triplet: 64, 20 and 01. RGB value is (100,32,1). Sum of RGB (Red+Green+Blue) = 100+32+1=133 (17% of max value = 765). Red value is 100 (39.45% from 255 or 75.19% from 133); Green value is 32 (12.89% from 255 or 24.06% from 133); Blue value is 1 (0.78% from 255 or 0.75% from 133); Max value from RGB is 100 - color contains mainly: red. Hex color #642001 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642001 is #9BDFFE. Grayscale: #303030. Windows color (decimal): -10215423 or 73828. OLE color: 73828.

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

Color convert

RGB100321-
CMYK00.680.990.61
HSL18.79º98.02%19.8%-
HSV(B)18.79º99%39.22%-
XYZ5.783.740.45-
YUV48.8101.03164.52-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 75.19%
GREEN value IS 32 (12.89% from 255) = 24.06%
BLUE value IS 1 (0.78% from 255) = 0.75%
R=75.19%
G=24.06%
B=0.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.99
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10032100.680.990.6118.7998.0219.8
Hex64201044633D136214
Octal1444010104143752314224
Binary1100100100000101000100110001111110110011110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642001; }

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

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

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

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

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

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

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

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