#98761A

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

Shades of Hacienda #98761A

Tints of Hacienda #98761A

Color information

#98761A (or 0x98761A) is unknown color: approx Hacienda. HEX triplet: 98, 76 and 1A. RGB value is (152,118,26). Sum of RGB (Red+Green+Blue) = 152+118+26=296 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.35% from 296); Green value is 118 (46.48% from 255 or 39.86% from 296); Blue value is 26 (10.55% from 255 or 8.78% from 296); Max value from RGB is 152 - color contains mainly: red. Hex color #98761A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98761A is #6789E5. Grayscale: #767676. Windows color (decimal): -6785510 or 1734296. OLE color: 1734296.

HSL color Cylindrical-coordinate representation of color #98761A: hue angle of 43.81º 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 #98761A is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.40.

Color convert

RGB15211826-
CMYK00.220.830.40
HSL43.81º70.79%34.9%-
HSV(B)43.81º82.89%59.61%-
XYZ19.6119.713.75-
YUV117.6876.26152.48-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.35%
GREEN value IS 118 (46.48% from 255) = 39.86%
BLUE value IS 26 (10.55% from 255) = 8.78%
R=51.35%
G=39.86%
B=8.78%

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
Decimal1521182600.220.830.4043.8170.7934.9
Hex98761A01653282c4723
Octal23016632026123505410743
Binary1001100011101101101001011010100111010001011001000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98761A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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