#997B1D

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

Shades of Hacienda #997B1D

Tints of Hacienda #997B1D

Color information

#997B1D (or 0x997B1D) is unknown color: approx Hacienda. HEX triplet: 99, 7B and 1D. RGB value is (153,123,29). Sum of RGB (Red+Green+Blue) = 153+123+29=305 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.16% from 305); Green value is 123 (48.44% from 255 or 40.33% from 305); Blue value is 29 (11.72% from 255 or 9.51% from 305); Max value from RGB is 153 - color contains mainly: red. Hex color #997B1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997B1D is #6684E2. Grayscale: #797979. Windows color (decimal): -6718691 or 1932185. OLE color: 1932185.

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

Color convert

RGB15312329-
CMYK00.200.810.4
HSL45.48º68.13%35.69%-
HSV(B)45.48º81.05%60%-
XYZ20.4421.034.14-
YUV121.2575.94150.64-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.16%
GREEN value IS 123 (48.44% from 255) = 40.33%
BLUE value IS 29 (11.72% from 255) = 9.51%
R=50.16%
G=40.33%
B=9.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.81
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531232900.200.810.445.4868.1335.69
Hex997B1D01451282d4424
Octal23117335024121505510444
Binary1001100111110111110101010010100011010001011011000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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