Html Css Color HEX #644514 Raw Umber

📋 copy color: '#644514'

red 100 ◦ green 69 ◦ blue 20

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

Shades of Raw Umber #644514

Tints of Raw Umber #644514

RGB

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

 GREEN value IS 69 (27.34% from 255) = 36.51%

 BLUE value IS 20 (8.2% from 255) = 10.58%

R = 52.91%
G = 36.51%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.8

 K value IS 0.61

RGB Variations

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

Color information

#644514 (or 0x644514) is known color: Raw Umber. HEX triplet: 64, 45 and 14. RGB value is (100,69,20). Sum of RGB (Red+Green+Blue) = 100+69+20=189 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.91% from 189); Green value is 69 (27.34% from 255 or 36.51% from 189); Blue value is 20 (8.20% from 255 or 10.58% from 189); Max value from RGB is 100 - color contains mainly: red. Hex color #644514 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #644514 is #9BBAEB. Grayscale: #484848. Windows color (decimal): -10205932 or 1328484. OLE color: 1328484.

HSL color Cylindrical-coordinate representation of color #644514: hue angle of 36.75º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #644514 is Cyan = 0, Magento = 0.31, Yellow = 0.8 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 69 20 -
CMYK 0 0.31 0.8 0.61
HSL 36.75º 0.67% 0.24% -
HSV(B) 36.75º 0.8% 0.39% -
XYZ 7.51 7.02 1.62 -
YUV 72.68 98.27 147.48 -
System Red Green Blue C M Y K H S L
Decimal 100 69 20 0 0.31 0.8 0.61 36.75 0.67 0.24
Hex 64 45 14 0 1F 50 3D 25 43 18
Octal 144 105 24 0 37 120 75 45 103 30
Binary 1100100 1000101 10100 0 11111 1010000 111101 100101 1000011 11000

Color Harmonies of #644514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644514

Black with #644514

Text Example


Text Example

White with #644514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644514; }

 p { color: rgb(100,69,20); }

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

background-color css

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

 a { background-color: rgb(100,69,20); }

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

border-color css

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

 span { border-color: rgb(100,69,20); }

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