#98771A

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

Shades of Hacienda #98771A

Tints of Hacienda #98771A

Color information

#98771A (or 0x98771A) is unknown color: approx Hacienda. HEX triplet: 98, 77 and 1A. RGB value is (152,119,26). Sum of RGB (Red+Green+Blue) = 152+119+26=297 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.18% from 297); Green value is 119 (46.88% from 255 or 40.07% from 297); Blue value is 26 (10.55% from 255 or 8.75% from 297); Max value from RGB is 152 - color contains mainly: red. Hex color #98771A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98771A is #6788E5. Grayscale: #767676. Windows color (decimal): -6785254 or 1734552. OLE color: 1734552.

HSL color Cylindrical-coordinate representation of color #98771A: hue angle of 44.29º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #98771A is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.40.

Color convert

RGB15211926-
CMYK00.220.830.40
HSL44.29º70.79%34.9%-
HSV(B)44.29º82.89%59.61%-
XYZ19.7319.943.79-
YUV118.2675.93152.06-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.18%
GREEN value IS 119 (46.88% from 255) = 40.07%
BLUE value IS 26 (10.55% from 255) = 8.75%
R=51.18%
G=40.07%
B=8.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.83
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521192600.220.830.4044.2970.7934.9
Hex98771A01653282c4723
Octal23016732026123505410743
Binary1001100011101111101001011010100111010001011001000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98771A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98771A; }

 p { color: rgb(152,119,26); }

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

<style>
 a { background-color: #98771A; }

 a { background-color: rgb(152,119,26); }

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

<style>
 span { border-color: #98771A; }

 span { border-color: rgb(152,119,26); }

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