Html Css Color HEX #665510 Raw Umber

📋 copy color: '#665510'

red 102 ◦ green 85 ◦ blue 16

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

Shades of Raw Umber #665510

Tints of Raw Umber #665510

RGB

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

 GREEN value IS 85 (33.59% from 255) = 41.87%

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

R = 50.25%
G = 41.87%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.84

 K value IS 0.6

RGB Variations

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

Color information

#665510 (or 0x665510) is known color: Raw Umber. HEX triplet: 66, 55 and 10. RGB value is (102,85,16). Sum of RGB (Red+Green+Blue) = 102+85+16=203 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.25% from 203); Green value is 85 (33.59% from 255 or 41.87% from 203); Blue value is 16 (6.64% from 255 or 7.88% from 203); Max value from RGB is 102 - color contains mainly: red. Hex color #665510 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665510 is #99AAEF. Grayscale: #525252. Windows color (decimal): -10070768 or 1070438. OLE color: 1070438.

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

Color convert

RGB 102 85 16 -
CMYK 0 0.17 0.84 0.6
HSL 48.14º 0.73% 0.23% -
HSV(B) 48.14º 0.84% 0.4% -
XYZ 8.82 9.36 1.83 -
YUV 82.22 90.63 142.11 -
System Red Green Blue C M Y K H S L
Decimal 102 85 16 0 0.17 0.84 0.6 48.14 0.73 0.23
Hex 66 55 10 0 11 54 3C 30 49 17
Octal 146 125 20 0 21 124 74 60 111 27
Binary 1100110 1010101 10000 0 10001 1010100 111100 110000 1001001 10111

Color Harmonies of #665510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665510

Black with #665510

Text Example


Text Example

White with #665510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665510; }

 p { color: rgb(102,85,16); }

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

background-color css

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

 a { background-color: rgb(102,85,16); }

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

border-color css

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

 span { border-color: rgb(102,85,16); }

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