Html Css Color HEX #9F4620 Rich Gold

📋 copy color: '#9F4620'

red 159 ◦ green 70 ◦ blue 32

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

Shades of Rich Gold #9F4620

Tints of Rich Gold #9F4620

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.26%

R = 60.92%
G = 26.82%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.80

 K value IS 0.38

RGB Variations

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

Color information

#9F4620 (or 0x9F4620) is known color: Rich Gold. HEX triplet: 9F, 46 and 20. RGB value is (159,70,32). Sum of RGB (Red+Green+Blue) = 159+70+32=261 (34% of max value = 765). Red value is 159 (62.5% from 255 or 60.92% from 261); Green value is 70 (27.73% from 255 or 26.82% from 261); Blue value is 32 (12.89% from 255 or 12.26% from 261); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4620 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F4620 is #60B9DF. Grayscale: #5C5C5C. Windows color (decimal): -6339040 or 2115231. OLE color: 2115231.

HSL color Cylindrical-coordinate representation of color #9F4620: hue angle of 17.95º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9F4620 is Cyan = 0, Magento = 0.56, Yellow = 0.80 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 70 32 -
CMYK 0 0.56 0.80 0.38
HSL 17.95º 0.66% 0.37% -
HSV(B) 17.95º 0.8% 0.62% -
XYZ 16.75 11.86 2.77 -
YUV 92.28 93.99 175.59 -
System Red Green Blue C M Y K H S L
Decimal 159 70 32 0 0.56 0.80 0.38 17.95 0.66 0.37
Hex 9F 46 20 0 38 50 26 12 42 25
Octal 237 106 40 0 70 120 46 22 102 45
Binary 10011111 1000110 100000 0 111000 1010000 100110 10010 1000010 100101

Color Harmonies of #9F4620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4620

Black with #9F4620

Text Example


Text Example

White with #9F4620

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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