#644001

Color #644001 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #644001

Tints of Raw Umber #644001

Color information

#644001 (or 0x644001) is unknown color: approx Raw Umber. HEX triplet: 64, 40 and 01. RGB value is (100,64,1). Sum of RGB (Red+Green+Blue) = 100+64+1=165 (21% of max value = 765). Red value is 100 (39.45% from 255 or 60.61% from 165); Green value is 64 (25.39% from 255 or 38.79% from 165); Blue value is 1 (0.78% from 255 or 0.61% from 165); Max value from RGB is 100 - color contains mainly: red. Hex color #644001 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #644001 is #9BBFFE. Grayscale: #434343. Windows color (decimal): -10207231 or 82020. OLE color: 82020.

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

Color convert

RGB100641-
CMYK00.360.990.61
HSL38.18º98.02%19.8%-
HSV(B)38.18º99%39.22%-
XYZ7.096.380.89-
YUV67.5890.43151.12-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 60.61%
GREEN value IS 64 (25.39% from 255) = 38.79%
BLUE value IS 1 (0.78% from 255) = 0.61%
R=60.61%
G=38.79%
B=0.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.99
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10064100.360.990.6138.1898.0219.8
Hex64401024633D266214
Octal1441001044143754614224
Binary11001001000000101001001100011111101100110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644001; }

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

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

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

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

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

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

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

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