Html Css Color HEX #645010 Raw Umber

📋 copy color: '#645010'

red 100 ◦ green 80 ◦ blue 16

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

Shades of Raw Umber #645010

Tints of Raw Umber #645010

RGB

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

 GREEN value IS 80 (31.64% from 255) = 40.82%

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

R = 51.02%
G = 40.82%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.84

 K value IS 0.61

RGB Variations

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

Color information

#645010 (or 0x645010) is known color: Raw Umber. HEX triplet: 64, 50 and 10. RGB value is (100,80,16). Sum of RGB (Red+Green+Blue) = 100+80+16=196 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.02% from 196); Green value is 80 (31.64% from 255 or 40.82% from 196); Blue value is 16 (6.64% from 255 or 8.16% from 196); Max value from RGB is 100 - color contains mainly: red. Hex color #645010 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #645010 is #9BAFEF. Grayscale: #4E4E4E. Windows color (decimal): -10203120 or 1069156. OLE color: 1069156.

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

Color convert

RGB 100 80 16 -
CMYK 0 0.2 0.84 0.61
HSL 45.71º 0.72% 0.23% -
HSV(B) 45.71º 0.84% 0.39% -
XYZ 8.22 8.48 1.69 -
YUV 78.68 92.63 143.2 -
System Red Green Blue C M Y K H S L
Decimal 100 80 16 0 0.2 0.84 0.61 45.71 0.72 0.23
Hex 64 50 10 0 14 54 3D 2E 48 17
Octal 144 120 20 0 24 124 75 56 110 27
Binary 1100100 1010000 10000 0 10100 1010100 111101 101110 1001000 10111

Color Harmonies of #645010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645010

Black with #645010

Text Example


Text Example

White with #645010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645010; }

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

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

background-color css

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

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

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

border-color css

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

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

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