#9B7F09

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

Shades of Hacienda #9B7F09

Tints of Hacienda #9B7F09

Color information

#9B7F09 (or 0x9B7F09) is unknown color: approx Hacienda. HEX triplet: 9B, 7F and 09. RGB value is (155,127,9). Sum of RGB (Red+Green+Blue) = 155+127+9=291 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.26% from 291); Green value is 127 (50% from 255 or 43.64% from 291); Blue value is 9 (3.91% from 255 or 3.09% from 291); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7F09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B7F09 is #6480F6. Grayscale: #7A7A7A. Windows color (decimal): -6586615 or 622491. OLE color: 622491.

HSL color Cylindrical-coordinate representation of color #9B7F09: hue angle of 48.49º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9B7F09 is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.39.

Color convert

RGB1551279-
CMYK00.180.940.39
HSL48.49º89.02%32.16%-
HSV(B)48.49º94.19%60.78%-
XYZ21.1622.173.42-
YUV121.9264.28151.59-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 53.26%
GREEN value IS 127 (50% from 255) = 43.64%
BLUE value IS 9 (3.91% from 255) = 3.09%
R=53.26%
G=43.64%
B=3.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.94
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155127900.180.940.3948.4989.0232.16
Hex9B7F90125E27305920
Octal23317711022136476013140
Binary100110111111111100101001010111101001111100001011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,127,9); }

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

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

 a { background-color: rgb(155,127,9); }

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

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

 span { border-color: rgb(155,127,9); }

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