Html Css Color HEX #665011 Raw Umber

📋 copy color: '#665011'

red 102 ◦ green 80 ◦ blue 17

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

Shades of Raw Umber #665011

Tints of Raw Umber #665011

RGB

 RED value IS 102 (40.23% from 255) = 51.26%

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

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

R = 51.26%
G = 40.2%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.83

 K value IS 0.6

RGB Variations

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

Color information

#665011 (or 0x665011) is known color: Raw Umber. HEX triplet: 66, 50 and 11. RGB value is (102,80,17). Sum of RGB (Red+Green+Blue) = 102+80+17=199 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.26% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 17 (7.03% from 255 or 8.54% from 199); Max value from RGB is 102 - color contains mainly: red. Hex color #665011 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665011 is #99AFEE. Grayscale: #4F4F4F. Windows color (decimal): -10072047 or 1134694. OLE color: 1134694.

HSL color Cylindrical-coordinate representation of color #665011: hue angle of 44.47º 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 #665011 is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 80 17 -
CMYK 0 0.22 0.83 0.6
HSL 44.47º 0.71% 0.23% -
HSV(B) 44.47º 0.83% 0.4% -
XYZ 8.45 8.6 1.75 -
YUV 79.4 92.79 144.12 -
System Red Green Blue C M Y K H S L
Decimal 102 80 17 0 0.22 0.83 0.6 44.47 0.71 0.23
Hex 66 50 11 0 16 53 3C 2C 47 17
Octal 146 120 21 0 26 123 74 54 107 27
Binary 1100110 1010000 10001 0 10110 1010011 111100 101100 1000111 10111

Color Harmonies of #665011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665011

Black with #665011

Text Example


Text Example

White with #665011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665011; }

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

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

background-color css

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

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

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

border-color css

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

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

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