Html Css Color HEX #644401 Raw Umber

📋 copy color: '#644401'

red 100 ◦ green 68 ◦ blue 1

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

Shades of Raw Umber #644401

Tints of Raw Umber #644401

RGB

 RED value IS 100 (39.45% from 255) = 59.17%

 GREEN value IS 68 (26.95% from 255) = 40.24%

 BLUE value IS 1 (0.78% from 255) = 0.59%

R = 59.17%
G = 40.24%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.61

RGB Variations

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

Color information

#644401 (or 0x644401) is known color: Raw Umber. HEX triplet: 64, 44 and 01. RGB value is (100,68,1). Sum of RGB (Red+Green+Blue) = 100+68+1=169 (22% of max value = 765). Red value is 100 (39.45% from 255 or 59.17% from 169); Green value is 68 (26.95% from 255 or 40.24% from 169); Blue value is 1 (0.78% from 255 or 0.59% from 169); Max value from RGB is 100 - color contains mainly: red. Hex color #644401 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #644401 is #9BBBFE. Grayscale: #464646. Windows color (decimal): -10206207 or 83044. OLE color: 83044.

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

Color convert

RGB 100 68 1 -
CMYK 0 0.32 0.99 0.61
HSL 40.61º 0.98% 0.2% -
HSV(B) 40.61º 0.99% 0.39% -
XYZ 7.33 6.85 0.96 -
YUV 69.93 89.1 149.45 -
System Red Green Blue C M Y K H S L
Decimal 100 68 1 0 0.32 0.99 0.61 40.61 0.98 0.2
Hex 64 44 1 0 20 63 3D 29 62 14
Octal 144 104 1 0 40 143 75 51 142 24
Binary 1100100 1000100 1 0 100000 1100011 111101 101001 1100010 10100

Color Harmonies of #644401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644401

Black with #644401

Text Example


Text Example

White with #644401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644401; }

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

 H1.HeaderClassName
 {
   color: #644401;
 }
 .AnyTagClassName
 {
   color: #644401;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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