Html Css Color HEX #995118 Rich Gold

📋 copy color: '#995118'

red 153 ◦ green 81 ◦ blue 24

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

Shades of Rich Gold #995118

Tints of Rich Gold #995118

RGB

 RED value IS 153 (60.16% from 255) = 59.3%

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

 BLUE value IS 24 (9.77% from 255) = 9.3%

R = 59.3%
G = 31.4%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.84

 K value IS 0.4

RGB Variations

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

Color information

#995118 (or 0x995118) is known color: Rich Gold. HEX triplet: 99, 51 and 18. RGB value is (153,81,24). Sum of RGB (Red+Green+Blue) = 153+81+24=258 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.30% from 258); Green value is 81 (32.03% from 255 or 31.40% from 258); Blue value is 24 (9.77% from 255 or 9.30% from 258); Max value from RGB is 153 - color contains mainly: red. Hex color #995118 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995118 is #66AEE7. Grayscale: #606060. Windows color (decimal): -6729448 or 1593753. OLE color: 1593753.

HSL color Cylindrical-coordinate representation of color #995118: hue angle of 26.51º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #995118 is Cyan = 0, Magento = 0.47, Yellow = 0.84 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 81 24 -
CMYK 0 0.47 0.84 0.4
HSL 26.51º 0.73% 0.35% -
HSV(B) 26.51º 0.84% 0.6% -
XYZ 16.24 12.72 2.46 -
YUV 96.03 87.35 168.63 -
System Red Green Blue C M Y K H S L
Decimal 153 81 24 0 0.47 0.84 0.4 26.51 0.73 0.35
Hex 99 51 18 0 2F 54 28 1B 49 23
Octal 231 121 30 0 57 124 50 33 111 43
Binary 10011001 1010001 11000 0 101111 1010100 101000 11011 1001001 100011

Color Harmonies of #995118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995118

Black with #995118

Text Example


Text Example

White with #995118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995118; }

 p { color: rgb(153,81,24); }

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

background-color css

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

 a { background-color: rgb(153,81,24); }

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

border-color css

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

 span { border-color: rgb(153,81,24); }

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