Html Css Color HEX #9E5516 Rich Gold

📋 copy color: '#9E5516'

red 158 ◦ green 85 ◦ blue 22

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

Shades of Rich Gold #9E5516

Tints of Rich Gold #9E5516

RGB

 RED value IS 158 (62.11% from 255) = 59.62%

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

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

R = 59.62%
G = 32.08%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.86

 K value IS 0.38

RGB Variations

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

Color information

#9E5516 (or 0x9E5516) is known color: Rich Gold. HEX triplet: 9E, 55 and 16. RGB value is (158,85,22). Sum of RGB (Red+Green+Blue) = 158+85+22=265 (35% of max value = 765). Red value is 158 (62.11% from 255 or 59.62% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 22 (8.98% from 255 or 8.30% from 265); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5516 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E5516 is #61AAE9. Grayscale: #636363. Windows color (decimal): -6400746 or 1463710. OLE color: 1463710.

HSL color Cylindrical-coordinate representation of color #9E5516: hue angle of 27.79º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9E5516 is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 85 22 -
CMYK 0 0.46 0.86 0.38
HSL 27.79º 0.76% 0.35% -
HSV(B) 27.79º 0.86% 0.62% -
XYZ 17.49 13.82 2.51 -
YUV 99.65 84.18 169.62 -
System Red Green Blue C M Y K H S L
Decimal 158 85 22 0 0.46 0.86 0.38 27.79 0.76 0.35
Hex 9E 55 16 0 2E 56 26 1C 4C 23
Octal 236 125 26 0 56 126 46 34 114 43
Binary 10011110 1010101 10110 0 101110 1010110 100110 11100 1001100 100011

Color Harmonies of #9E5516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5516

Black with #9E5516

Text Example


Text Example

White with #9E5516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E5516; }

 p { color: rgb(158,85,22); }

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

background-color css

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

 a { background-color: rgb(158,85,22); }

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

border-color css

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

 span { border-color: rgb(158,85,22); }

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