Html Css Color HEX #665116 Raw Umber

📋 copy color: '#665116'

red 102 ◦ green 81 ◦ blue 22

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

Shades of Raw Umber #665116

Tints of Raw Umber #665116

RGB

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

 GREEN value IS 81 (32.03% from 255) = 39.51%

 BLUE value IS 22 (8.98% from 255) = 10.73%

R = 49.76%
G = 39.51%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.78

 K value IS 0.6

RGB Variations

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

Color information

#665116 (or 0x665116) is known color: Raw Umber. HEX triplet: 66, 51 and 16. RGB value is (102,81,22). Sum of RGB (Red+Green+Blue) = 102+81+22=205 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.76% from 205); Green value is 81 (32.03% from 255 or 39.51% from 205); Blue value is 22 (8.98% from 255 or 10.73% from 205); Max value from RGB is 102 - color contains mainly: red. Hex color #665116 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665116 is #99AEE9. Grayscale: #505050. Windows color (decimal): -10071786 or 1462630. OLE color: 1462630.

HSL color Cylindrical-coordinate representation of color #665116: hue angle of 44.25º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #665116 is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 81 22 -
CMYK 0 0.21 0.78 0.6
HSL 44.25º 0.65% 0.24% -
HSV(B) 44.25º 0.78% 0.4% -
XYZ 8.57 8.77 2 -
YUV 80.55 94.96 143.3 -
System Red Green Blue C M Y K H S L
Decimal 102 81 22 0 0.21 0.78 0.6 44.25 0.65 0.24
Hex 66 51 16 0 15 4E 3C 2C 41 18
Octal 146 121 26 0 25 116 74 54 101 30
Binary 1100110 1010001 10110 0 10101 1001110 111100 101100 1000001 11000

Color Harmonies of #665116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665116

Black with #665116

Text Example


Text Example

White with #665116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665116; }

 p { color: rgb(102,81,22); }

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

background-color css

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

 a { background-color: rgb(102,81,22); }

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

border-color css

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

 span { border-color: rgb(102,81,22); }

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