Html Css Color HEX #644001 Raw Umber

📋 copy color: '#644001'

red 100 ◦ green 64 ◦ blue 1

#644001
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raw Umber #644001

Tints of Raw Umber #644001

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 value IS 0

 M value IS 0.36

 Y value IS 0.99

 K value IS 0.61

RGB Variations

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

Color information

#644001 (or 0x644001) is known color: 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

RGB 100 64 1 -
CMYK 0 0.36 0.99 0.61
HSL 38.18º 0.98% 0.2% -
HSV(B) 38.18º 0.99% 0.39% -
XYZ 7.09 6.38 0.89 -
YUV 67.58 90.43 151.12 -
System Red Green Blue C M Y K H S L
Decimal 100 64 1 0 0.36 0.99 0.61 38.18 0.98 0.2
Hex 64 40 1 0 24 63 3D 26 62 14
Octal 144 100 1 0 44 143 75 46 142 24
Binary 1100100 1000000 1 0 100100 1100011 111101 100110 1100010 10100

Color Harmonies of #644001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644001

Black with #644001

Text Example


Text Example

White with #644001

Text Example


Text Example

HTML Codes & Css Web 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>