Html Css Color HEX #644D0B Raw Umber

📋 copy color: '#644D0B'

red 100 ◦ green 77 ◦ blue 11

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

Shades of Raw Umber #644D0B

Tints of Raw Umber #644D0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.85%

R = 53.19%
G = 40.96%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.89

 K value IS 0.61

RGB Variations

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

Color information

#644D0B (or 0x644D0B) is known color: Raw Umber. HEX triplet: 64, 4D and 0B. RGB value is (100,77,11). Sum of RGB (Red+Green+Blue) = 100+77+11=188 (24% of max value = 765). Red value is 100 (39.45% from 255 or 53.19% from 188); Green value is 77 (30.47% from 255 or 40.96% from 188); Blue value is 11 (4.69% from 255 or 5.85% from 188); Max value from RGB is 100 - color contains mainly: red. Hex color #644D0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #644D0B is #9BB2F4. Grayscale: #4C4C4C. Windows color (decimal): -10203893 or 740708. OLE color: 740708.

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

Color convert

RGB 100 77 11 -
CMYK 0 0.23 0.89 0.61
HSL 44.49º 0.8% 0.22% -
HSV(B) 44.49º 0.89% 0.39% -
XYZ 7.97 8.04 1.45 -
YUV 76.35 91.12 144.87 -
System Red Green Blue C M Y K H S L
Decimal 100 77 11 0 0.23 0.89 0.61 44.49 0.8 0.22
Hex 64 4D B 0 17 59 3D 2C 50 16
Octal 144 115 13 0 27 131 75 54 120 26
Binary 1100100 1001101 1011 0 10111 1011001 111101 101100 1010000 10110

Color Harmonies of #644D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644D0B

Black with #644D0B

Text Example


Text Example

White with #644D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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