Html Css Color HEX #644D10 Raw Umber

📋 copy color: '#644D10'

red 100 ◦ green 77 ◦ blue 16

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

Shades of Raw Umber #644D10

Tints of Raw Umber #644D10

RGB

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

 GREEN value IS 77 (30.47% from 255) = 39.9%

 BLUE value IS 16 (6.64% from 255) = 8.29%

R = 51.81%
G = 39.9%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.84

 K value IS 0.61

RGB Variations

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

Color information

#644D10 (or 0x644D10) is known color: Raw Umber. HEX triplet: 64, 4D and 10. RGB value is (100,77,16). Sum of RGB (Red+Green+Blue) = 100+77+16=193 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.81% from 193); Green value is 77 (30.47% from 255 or 39.90% from 193); Blue value is 16 (6.64% from 255 or 8.29% from 193); Max value from RGB is 100 - color contains mainly: red. Hex color #644D10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #644D10 is #9BB2EF. Grayscale: #4D4D4D. Windows color (decimal): -10203888 or 1068388. OLE color: 1068388.

HSL color Cylindrical-coordinate representation of color #644D10: hue angle of 43.57º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #644D10 is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 77 16 -
CMYK 0 0.23 0.84 0.61
HSL 43.57º 0.72% 0.23% -
HSV(B) 43.57º 0.84% 0.39% -
XYZ 8 8.05 1.62 -
YUV 76.92 93.62 144.46 -
System Red Green Blue C M Y K H S L
Decimal 100 77 16 0 0.23 0.84 0.61 43.57 0.72 0.23
Hex 64 4D 10 0 17 54 3D 2C 48 17
Octal 144 115 20 0 27 124 75 54 110 27
Binary 1100100 1001101 10000 0 10111 1010100 111101 101100 1001000 10111

Color Harmonies of #644D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644D10

Black with #644D10

Text Example


Text Example

White with #644D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644D10; }

 p { color: rgb(100,77,16); }

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

background-color css

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

 a { background-color: rgb(100,77,16); }

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

border-color css

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

 span { border-color: rgb(100,77,16); }

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