Html Css Color HEX #644F0E Raw Umber

📋 copy color: '#644F0E'

red 100 ◦ green 79 ◦ blue 14

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

Shades of Raw Umber #644F0E

Tints of Raw Umber #644F0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.25%

R = 51.81%
G = 40.93%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.86

 K value IS 0.61

RGB Variations

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

Color information

#644F0E (or 0x644F0E) is known color: Raw Umber. HEX triplet: 64, 4F and 0E. RGB value is (100,79,14). Sum of RGB (Red+Green+Blue) = 100+79+14=193 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.81% from 193); Green value is 79 (31.25% from 255 or 40.93% from 193); Blue value is 14 (5.86% from 255 or 7.25% from 193); Max value from RGB is 100 - color contains mainly: red. Hex color #644F0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #644F0E is #9BB0F1. Grayscale: #4E4E4E. Windows color (decimal): -10203378 or 937828. OLE color: 937828.

HSL color Cylindrical-coordinate representation of color #644F0E: hue angle of 45.35º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #644F0E is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 79 14 -
CMYK 0 0.21 0.86 0.61
HSL 45.35º 0.75% 0.22% -
HSV(B) 45.35º 0.86% 0.39% -
XYZ 8.13 8.33 1.6 -
YUV 77.87 91.96 143.79 -
System Red Green Blue C M Y K H S L
Decimal 100 79 14 0 0.21 0.86 0.61 45.35 0.75 0.22
Hex 64 4F E 0 15 56 3D 2D 4B 16
Octal 144 117 16 0 25 126 75 55 113 26
Binary 1100100 1001111 1110 0 10101 1010110 111101 101101 1001011 10110

Color Harmonies of #644F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644F0E

Black with #644F0E

Text Example


Text Example

White with #644F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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