Html Css Color HEX #645210 Raw Umber

📋 copy color: '#645210'

red 100 ◦ green 82 ◦ blue 16

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

Shades of Raw Umber #645210

Tints of Raw Umber #645210

RGB

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

 GREEN value IS 82 (32.42% from 255) = 41.41%

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

R = 50.51%
G = 41.41%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.84

 K value IS 0.61

RGB Variations

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

Color information

#645210 (or 0x645210) is known color: Raw Umber. HEX triplet: 64, 52 and 10. RGB value is (100,82,16). Sum of RGB (Red+Green+Blue) = 100+82+16=198 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50.51% from 198); Green value is 82 (32.42% from 255 or 41.41% from 198); Blue value is 16 (6.64% from 255 or 8.08% from 198); Max value from RGB is 100 - color contains mainly: red. Hex color #645210 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #645210 is #9BADEF. Grayscale: #505050. Windows color (decimal): -10202608 or 1069668. OLE color: 1069668.

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

Color convert

RGB 100 82 16 -
CMYK 0 0.18 0.84 0.61
HSL 47.14º 0.72% 0.23% -
HSV(B) 47.14º 0.84% 0.39% -
XYZ 8.37 8.78 1.74 -
YUV 79.86 91.96 142.37 -
System Red Green Blue C M Y K H S L
Decimal 100 82 16 0 0.18 0.84 0.61 47.14 0.72 0.23
Hex 64 52 10 0 12 54 3D 2F 48 17
Octal 144 122 20 0 22 124 75 57 110 27
Binary 1100100 1010010 10000 0 10010 1010100 111101 101111 1001000 10111

Color Harmonies of #645210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645210

Black with #645210

Text Example


Text Example

White with #645210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645210; }

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

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

background-color css

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

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

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

border-color css

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

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

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