#997B27

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

Shades of Hacienda #997B27

Tints of Hacienda #997B27

Color information

#997B27 (or 0x997B27) is unknown color: approx Hacienda. HEX triplet: 99, 7B and 27. RGB value is (153,123,39). Sum of RGB (Red+Green+Blue) = 153+123+39=315 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.57% from 315); Green value is 123 (48.44% from 255 or 39.05% from 315); Blue value is 39 (15.62% from 255 or 12.38% from 315); Max value from RGB is 153 - color contains mainly: red. Hex color #997B27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997B27 is #6684D8. Grayscale: #7A7A7A. Windows color (decimal): -6718681 or 2587545. OLE color: 2587545.

HSL color Cylindrical-coordinate representation of color #997B27: hue angle of 44.21º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #997B27 is Cyan = 0, Magento = 0.20, Yellow = 0.75 and Black (K on CMYK) = 0.4.

Color convert

RGB15312339-
CMYK00.200.750.4
HSL44.21º59.38%37.65%-
HSV(B)44.21º74.51%60%-
XYZ20.5921.084.9-
YUV122.3980.94149.83-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.57%
GREEN value IS 123 (48.44% from 255) = 39.05%
BLUE value IS 39 (15.62% from 255) = 12.38%
R=48.57%
G=39.05%
B=12.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.75
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531233900.200.750.444.2159.3837.65
Hex997B270144B282c3b26
Octal2311734702411350547346
Binary1001100111110111001110101001001011101000101100111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997B27; }

 p { color: rgb(153,123,39); }

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

<style>
 a { background-color: #997B27; }

 a { background-color: rgb(153,123,39); }

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

<style>
 span { border-color: #997B27; }

 span { border-color: rgb(153,123,39); }

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