Html Css Color HEX #997A08 Hacienda

📋 copy color: '#997A08'

red 153 ◦ green 122 ◦ blue 8

#997A08
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hacienda #997A08

Tints of Hacienda #997A08

RGB

 RED value IS 153 (60.16% from 255) = 54.06%

 GREEN value IS 122 (48.05% from 255) = 43.11%

 BLUE value IS 8 (3.52% from 255) = 2.83%

R = 54.06%
G = 43.11%
B = 2.83%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.95

 K value IS 0.4

RGB Variations

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

Color information

#997A08 (or 0x997A08) is known color: Hacienda. HEX triplet: 99, 7A and 08. RGB value is (153,122,8). Sum of RGB (Red+Green+Blue) = 153+122+8=283 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.06% from 283); Green value is 122 (48.05% from 255 or 43.11% from 283); Blue value is 8 (3.52% from 255 or 2.83% from 283); Max value from RGB is 153 - color contains mainly: red. Hex color #997A08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997A08 is #6685F7. Grayscale: #767676. Windows color (decimal): -6718968 or 555673. OLE color: 555673.

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

Color convert

RGB 153 122 8 -
CMYK 0 0.20 0.95 0.4
HSL 47.17º 0.9% 0.32% -
HSV(B) 47.17º 0.95% 0.6% -
XYZ 20.14 20.71 3.17 -
YUV 118.27 65.77 152.77 -
System Red Green Blue C M Y K H S L
Decimal 153 122 8 0 0.20 0.95 0.4 47.17 0.9 0.32
Hex 99 7A 8 0 14 5F 28 2F 5A 20
Octal 231 172 10 0 24 137 50 57 132 40
Binary 10011001 1111010 1000 0 10100 1011111 101000 101111 1011010 100000

Color Harmonies of #997A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997A08

Black with #997A08

Text Example


Text Example

White with #997A08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,122,8); }

 H1.HeaderClassName
 {
   color: #997A08;
 }
 .AnyTagClassName
 {
   color: #997A08;
 }
</style>

background-color css

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

 a { background-color: rgb(153,122,8); }

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

border-color css

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

 span { border-color: rgb(153,122,8); }

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