Html Css Color HEX #997A0E Hacienda

📋 copy color: '#997A0E'

red 153 ◦ green 122 ◦ blue 14

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

Shades of Hacienda #997A0E

Tints of Hacienda #997A0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.84%

R = 52.94%
G = 42.21%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.91

 K value IS 0.4

RGB Variations

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

Color information

#997A0E (or 0x997A0E) is known color: Hacienda. HEX triplet: 99, 7A and 0E. RGB value is (153,122,14). Sum of RGB (Red+Green+Blue) = 153+122+14=289 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.94% from 289); Green value is 122 (48.05% from 255 or 42.21% from 289); Blue value is 14 (5.86% from 255 or 4.84% from 289); Max value from RGB is 153 - color contains mainly: red. Hex color #997A0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997A0E is #6685F1. Grayscale: #777777. Windows color (decimal): -6718962 or 948889. OLE color: 948889.

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

Color convert

RGB 153 122 14 -
CMYK 0 0.20 0.91 0.4
HSL 46.62º 0.83% 0.33% -
HSV(B) 46.62º 0.91% 0.6% -
XYZ 20.18 20.72 3.35 -
YUV 118.96 68.77 152.28 -
System Red Green Blue C M Y K H S L
Decimal 153 122 14 0 0.20 0.91 0.4 46.62 0.83 0.33
Hex 99 7A E 0 14 5B 28 2F 53 21
Octal 231 172 16 0 24 133 50 57 123 41
Binary 10011001 1111010 1110 0 10100 1011011 101000 101111 1010011 100001

Color Harmonies of #997A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997A0E

Black with #997A0E

Text Example


Text Example

White with #997A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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