Html Css Color HEX #655011 Raw Umber

📋 copy color: '#655011'

red 101 ◦ green 80 ◦ blue 17

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

Shades of Raw Umber #655011

Tints of Raw Umber #655011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 8.59%

R = 51.01%
G = 40.4%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.83

 K value IS 0.60

RGB Variations

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

Color information

#655011 (or 0x655011) is known color: Raw Umber. HEX triplet: 65, 50 and 11. RGB value is (101,80,17). Sum of RGB (Red+Green+Blue) = 101+80+17=198 (26% of max value = 765). Red value is 101 (39.84% from 255 or 51.01% from 198); Green value is 80 (31.64% from 255 or 40.40% from 198); Blue value is 17 (7.03% from 255 or 8.59% from 198); Max value from RGB is 101 - color contains mainly: red. Hex color #655011 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655011 is #9AAFEE. Grayscale: #4F4F4F. Windows color (decimal): -10137583 or 1134693. OLE color: 1134693.

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

Color convert

RGB 101 80 17 -
CMYK 0 0.21 0.83 0.60
HSL 45º 0.71% 0.23% -
HSV(B) 45º 0.83% 0.4% -
XYZ 8.34 8.54 1.74 -
YUV 79.1 92.96 143.62 -
System Red Green Blue C M Y K H S L
Decimal 101 80 17 0 0.21 0.83 0.60 45 0.71 0.23
Hex 65 50 11 0 15 53 3C 2D 47 17
Octal 145 120 21 0 25 123 74 55 107 27
Binary 1100101 1010000 10001 0 10101 1010011 111100 101101 1000111 10111

Color Harmonies of #655011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655011

Black with #655011

Text Example


Text Example

White with #655011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655011; }

 p { color: rgb(101,80,17); }

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

background-color css

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

 a { background-color: rgb(101,80,17); }

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

border-color css

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

 span { border-color: rgb(101,80,17); }

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