Html Css Color HEX #9F4616 Rich Gold

📋 copy color: '#9F4616'

red 159 ◦ green 70 ◦ blue 22

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

Shades of Rich Gold #9F4616

Tints of Rich Gold #9F4616

RGB

 RED value IS 159 (62.5% from 255) = 63.35%

 GREEN value IS 70 (27.73% from 255) = 27.89%

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

R = 63.35%
G = 27.89%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.86

 K value IS 0.38

RGB Variations

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

Color information

#9F4616 (or 0x9F4616) is known color: Rich Gold. HEX triplet: 9F, 46 and 16. RGB value is (159,70,22). Sum of RGB (Red+Green+Blue) = 159+70+22=251 (33% of max value = 765). Red value is 159 (62.5% from 255 or 63.35% from 251); Green value is 70 (27.73% from 255 or 27.89% from 251); Blue value is 22 (8.98% from 255 or 8.76% from 251); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4616 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F4616 is #60B9E9. Grayscale: #5B5B5B. Windows color (decimal): -6339050 or 1459871. OLE color: 1459871.

HSL color Cylindrical-coordinate representation of color #9F4616: hue angle of 21.02º 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 #9F4616 is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 70 22 -
CMYK 0 0.56 0.86 0.38
HSL 21.02º 0.76% 0.35% -
HSV(B) 21.02º 0.86% 0.62% -
XYZ 16.63 11.81 2.16 -
YUV 91.14 88.99 176.4 -
System Red Green Blue C M Y K H S L
Decimal 159 70 22 0 0.56 0.86 0.38 21.02 0.76 0.35
Hex 9F 46 16 0 38 56 26 15 4C 23
Octal 237 106 26 0 70 126 46 25 114 43
Binary 10011111 1000110 10110 0 111000 1010110 100110 10101 1001100 100011

Color Harmonies of #9F4616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4616

Black with #9F4616

Text Example


Text Example

White with #9F4616

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,70,22); }

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

background-color css

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

 a { background-color: rgb(159,70,22); }

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

border-color css

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

 span { border-color: rgb(159,70,22); }

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