Html Css Color HEX #644F10 Raw Umber

📋 copy color: '#644F10'

red 100 ◦ green 79 ◦ blue 16

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

Shades of Raw Umber #644F10

Tints of Raw Umber #644F10

RGB

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

 GREEN value IS 79 (31.25% from 255) = 40.51%

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

R = 51.28%
G = 40.51%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.61

RGB Variations

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

Color information

#644F10 (or 0x644F10) is known color: Raw Umber. HEX triplet: 64, 4F and 10. RGB value is (100,79,16). Sum of RGB (Red+Green+Blue) = 100+79+16=195 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.28% from 195); Green value is 79 (31.25% from 255 or 40.51% from 195); Blue value is 16 (6.64% from 255 or 8.21% from 195); Max value from RGB is 100 - color contains mainly: red. Hex color #644F10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #644F10 is #9BB0EF. Grayscale: #4E4E4E. Windows color (decimal): -10203376 or 1068900. OLE color: 1068900.

HSL color Cylindrical-coordinate representation of color #644F10: hue angle of 45º 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 #644F10 is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 79 16 -
CMYK 0 0.21 0.84 0.61
HSL 45º 0.72% 0.23% -
HSV(B) 45º 0.84% 0.39% -
XYZ 8.15 8.34 1.67 -
YUV 78.1 92.96 143.62 -
System Red Green Blue C M Y K H S L
Decimal 100 79 16 0 0.21 0.84 0.61 45 0.72 0.23
Hex 64 4F 10 0 15 54 3D 2D 48 17
Octal 144 117 20 0 25 124 75 55 110 27
Binary 1100100 1001111 10000 0 10101 1010100 111101 101101 1001000 10111

Color Harmonies of #644F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644F10

Black with #644F10

Text Example


Text Example

White with #644F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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