Html Css Color HEX #644800 Raw Umber

📋 copy color: '#644800'

red 100 ◦ green 72 ◦ blue 0

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

Shades of Raw Umber #644800

Tints of Raw Umber #644800

RGB

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

 GREEN value IS 72 (28.52% from 255) = 41.86%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 58.14%
G = 41.86%
B = 0%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 1

 K value IS 0.61

RGB Variations

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

Color information

#644800 (or 0x644800) is known color: Raw Umber. HEX triplet: 64, 48 and 00. RGB value is (100,72,0). Sum of RGB (Red+Green+Blue) = 100+72+0=172 (22% of max value = 765). Red value is 100 (39.45% from 255 or 58.14% from 172); Green value is 72 (28.52% from 255 or 41.86% from 172); Blue value is 0 (0.39% from 255 or 0% from 172); Max value from RGB is 100 - color contains mainly: red. Hex color #644800 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #644800 is #9BB7FF. Grayscale: #484848. Windows color (decimal): -10205184 or 18532. OLE color: 18532.

HSL color Cylindrical-coordinate representation of color #644800: hue angle of 43.2º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #644800 is Cyan = 0, Magento = 0.28, Yellow = 1 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 72 0 -
CMYK 0 0.28 1 0.61
HSL 43.2º 1% 0.2% -
HSV(B) 43.2º 1% 0.39% -
XYZ 7.57 7.34 1.02 -
YUV 72.16 87.28 147.85 -
System Red Green Blue C M Y K H S L
Decimal 100 72 0 0 0.28 1 0.61 43.2 1 0.2
Hex 64 48 0 0 1C 64 3D 2B 64 14
Octal 144 110 0 0 34 144 75 53 144 24
Binary 1100100 1001000 0 0 11100 1100100 111101 101011 1100100 10100

Color Harmonies of #644800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644800

Black with #644800

Text Example


Text Example

White with #644800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644800; }

 p { color: rgb(100,72,0); }

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

background-color css

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

 a { background-color: rgb(100,72,0); }

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

border-color css

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

 span { border-color: rgb(100,72,0); }

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