Html Css Color HEX #644010 Raw Umber

📋 copy color: '#644010'

red 100 ◦ green 64 ◦ blue 16

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

Shades of Raw Umber #644010

Tints of Raw Umber #644010

RGB

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

 GREEN value IS 64 (25.39% from 255) = 35.56%

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

R = 55.56%
G = 35.56%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.84

 K value IS 0.61

RGB Variations

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

Color information

#644010 (or 0x644010) is known color: Raw Umber. HEX triplet: 64, 40 and 10. RGB value is (100,64,16). Sum of RGB (Red+Green+Blue) = 100+64+16=180 (23% of max value = 765). Red value is 100 (39.45% from 255 or 55.56% from 180); Green value is 64 (25.39% from 255 or 35.56% from 180); Blue value is 16 (6.64% from 255 or 8.89% from 180); Max value from RGB is 100 - color contains mainly: red. Hex color #644010 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #644010 is #9BBFEF. Grayscale: #454545. Windows color (decimal): -10207216 or 1065060. OLE color: 1065060.

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

Color convert

RGB 100 64 16 -
CMYK 0 0.36 0.84 0.61
HSL 34.29º 0.72% 0.23% -
HSV(B) 34.29º 0.84% 0.39% -
XYZ 7.18 6.41 1.35 -
YUV 69.29 97.93 149.9 -
System Red Green Blue C M Y K H S L
Decimal 100 64 16 0 0.36 0.84 0.61 34.29 0.72 0.23
Hex 64 40 10 0 24 54 3D 22 48 17
Octal 144 100 20 0 44 124 75 42 110 27
Binary 1100100 1000000 10000 0 100100 1010100 111101 100010 1001000 10111

Color Harmonies of #644010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644010

Black with #644010

Text Example


Text Example

White with #644010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644010; }

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

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

background-color css

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

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

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

border-color css

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

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

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