Html Css Color HEX #655410 Raw Umber

📋 copy color: '#655410'

red 101 ◦ green 84 ◦ blue 16

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

Shades of Raw Umber #655410

Tints of Raw Umber #655410

RGB

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

 GREEN value IS 84 (33.2% from 255) = 41.79%

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

R = 50.25%
G = 41.79%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.84

 K value IS 0.60

RGB Variations

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

Color information

#655410 (or 0x655410) is known color: Raw Umber. HEX triplet: 65, 54 and 10. RGB value is (101,84,16). Sum of RGB (Red+Green+Blue) = 101+84+16=201 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.25% from 201); Green value is 84 (33.20% from 255 or 41.79% from 201); Blue value is 16 (6.64% from 255 or 7.96% from 201); Max value from RGB is 101 - color contains mainly: red. Hex color #655410 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655410 is #9AABEF. Grayscale: #515151. Windows color (decimal): -10136560 or 1070181. OLE color: 1070181.

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

Color convert

RGB 101 84 16 -
CMYK 0 0.17 0.84 0.60
HSL 48º 0.73% 0.23% -
HSV(B) 48º 0.84% 0.4% -
XYZ 8.63 9.14 1.8 -
YUV 81.33 91.13 142.03 -
System Red Green Blue C M Y K H S L
Decimal 101 84 16 0 0.17 0.84 0.60 48 0.73 0.23
Hex 65 54 10 0 11 54 3C 30 49 17
Octal 145 124 20 0 21 124 74 60 111 27
Binary 1100101 1010100 10000 0 10001 1010100 111100 110000 1001001 10111

Color Harmonies of #655410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655410

Black with #655410

Text Example


Text Example

White with #655410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655410; }

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

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

background-color css

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

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

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

border-color css

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

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

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