Html Css Color HEX #644501 Raw Umber

📋 copy color: '#644501'

red 100 ◦ green 69 ◦ blue 1

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

Shades of Raw Umber #644501

Tints of Raw Umber #644501

RGB

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

 GREEN value IS 69 (27.34% from 255) = 40.59%

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

R = 58.82%
G = 40.59%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.99

 K value IS 0.61

RGB Variations

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

Color information

#644501 (or 0x644501) is known color: Raw Umber. HEX triplet: 64, 45 and 01. RGB value is (100,69,1). Sum of RGB (Red+Green+Blue) = 100+69+1=170 (22% of max value = 765). Red value is 100 (39.45% from 255 or 58.82% from 170); Green value is 69 (27.34% from 255 or 40.59% from 170); Blue value is 1 (0.78% from 255 or 0.59% from 170); Max value from RGB is 100 - color contains mainly: red. Hex color #644501 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #644501 is #9BBAFE. Grayscale: #464646. Windows color (decimal): -10205951 or 83300. OLE color: 83300.

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

Color convert

RGB 100 69 1 -
CMYK 0 0.31 0.99 0.61
HSL 41.21º 0.98% 0.2% -
HSV(B) 41.21º 0.99% 0.39% -
XYZ 7.39 6.97 0.98 -
YUV 70.52 88.77 149.03 -
System Red Green Blue C M Y K H S L
Decimal 100 69 1 0 0.31 0.99 0.61 41.21 0.98 0.2
Hex 64 45 1 0 1F 63 3D 29 62 14
Octal 144 105 1 0 37 143 75 51 142 24
Binary 1100100 1000101 1 0 11111 1100011 111101 101001 1100010 10100

Color Harmonies of #644501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644501

Black with #644501

Text Example


Text Example

White with #644501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644501; }

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

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

background-color css

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

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

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

border-color css

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

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

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