Html Css Color HEX #655210 Raw Umber

📋 copy color: '#655210'

red 101 ◦ green 82 ◦ blue 16

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

Shades of Raw Umber #655210

Tints of Raw Umber #655210

RGB

 RED value IS 101 (39.84% from 255) = 50.75%

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

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

R = 50.75%
G = 41.21%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.84

 K value IS 0.60

RGB Variations

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

Color information

#655210 (or 0x655210) is known color: Raw Umber. HEX triplet: 65, 52 and 10. RGB value is (101,82,16). Sum of RGB (Red+Green+Blue) = 101+82+16=199 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.75% from 199); Green value is 82 (32.42% from 255 or 41.21% from 199); Blue value is 16 (6.64% from 255 or 8.04% from 199); Max value from RGB is 101 - color contains mainly: red. Hex color #655210 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655210 is #9AADEF. Grayscale: #505050. Windows color (decimal): -10137072 or 1069669. OLE color: 1069669.

HSL color Cylindrical-coordinate representation of color #655210: hue angle of 46.59º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #655210 is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 82 16 -
CMYK 0 0.19 0.84 0.60
HSL 46.59º 0.73% 0.23% -
HSV(B) 46.59º 0.84% 0.4% -
XYZ 8.48 8.84 1.75 -
YUV 80.16 91.79 142.87 -
System Red Green Blue C M Y K H S L
Decimal 101 82 16 0 0.19 0.84 0.60 46.59 0.73 0.23
Hex 65 52 10 0 13 54 3C 2F 49 17
Octal 145 122 20 0 23 124 74 57 111 27
Binary 1100101 1010010 10000 0 10011 1010100 111100 101111 1001001 10111

Color Harmonies of #655210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655210

Black with #655210

Text Example


Text Example

White with #655210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655210; }

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

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

background-color css

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

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

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

border-color css

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

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

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