#9F8C1B

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

Shades of Hacienda #9F8C1B

Tints of Hacienda #9F8C1B

Color information

#9F8C1B (or 0x9F8C1B) is unknown color: approx Hacienda. HEX triplet: 9F, 8C and 1B. RGB value is (159,140,27). Sum of RGB (Red+Green+Blue) = 159+140+27=326 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.77% from 326); Green value is 140 (55.08% from 255 or 42.94% from 326); Blue value is 27 (10.94% from 255 or 8.28% from 326); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8C1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F8C1B is #6073E4. Grayscale: #858585. Windows color (decimal): -6321125 or 1805471. OLE color: 1805471.

HSL color Cylindrical-coordinate representation of color #9F8C1B: hue angle of 51.36º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9F8C1B is Cyan = 0, Magento = 0.12, Yellow = 0.83 and Black (K on CMYK) = 0.38.

Color convert

RGB15914027-
CMYK00.120.830.38
HSL51.36º70.97%36.47%-
HSV(B)51.36º83.02%62.35%-
XYZ23.8726.214.84-
YUV132.868.29146.69-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 48.77%
GREEN value IS 140 (55.08% from 255) = 42.94%
BLUE value IS 27 (10.94% from 255) = 8.28%
R=48.77%
G=42.94%
B=8.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.83
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591402700.120.830.3851.3670.9736.47
Hex9F8C1B0C5326334724
Octal23721433014123466310744
Binary1001111110001100110110110010100111001101100111000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,140,27); }

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

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

 a { background-color: rgb(159,140,27); }

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

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

 span { border-color: rgb(159,140,27); }

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