#9F913A

Color #9F913A Reef Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef Gold #9F913A

Tints of Reef Gold #9F913A

Color information

#9F913A (or 0x9F913A) is unknown color: approx Reef Gold. HEX triplet: 9F, 91 and 3A. RGB value is (159,145,58). Sum of RGB (Red+Green+Blue) = 159+145+58=362 (47% of max value = 765). Red value is 159 (62.5% from 255 or 43.92% from 362); Green value is 145 (57.03% from 255 or 40.06% from 362); Blue value is 58 (23.05% from 255 or 16.02% from 362); Max value from RGB is 159 - color contains mainly: red. Hex color #9F913A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F913A is #606EC5. Grayscale: #8B8B8B. Windows color (decimal): -6319814 or 3838367. OLE color: 3838367.

HSL color Cylindrical-coordinate representation of color #9F913A: hue angle of 51.68º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9F913A is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.38.

Color convert

RGB15914558-
CMYK00.090.640.38
HSL51.68º46.54%42.55%-
HSV(B)51.68º63.52%62.35%-
XYZ25.1927.938.07-
YUV139.2782.14142.07-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.92%
GREEN value IS 145 (57.03% from 255) = 40.06%
BLUE value IS 58 (23.05% from 255) = 16.02%
R=43.92%
G=40.06%
B=16.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.64
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591455800.090.640.3851.6846.5442.55
Hex9F913A094026342f2b
Octal2372217201110046645753
Binary1001111110010001111010010011000000100110110100101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F913A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,145,58); }

 H1.HeaderClassName
 {
   color: #9F913A;
 }
 .AnyTagClassName
 {
   color: #9F913A;
 }
</style>
background-color css

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

 a { background-color: rgb(159,145,58); }

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

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

 span { border-color: rgb(159,145,58); }

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