Html Css Color HEX #997D0E Hacienda

📋 copy color: '#997D0E'

red 153 ◦ green 125 ◦ blue 14

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

Shades of Hacienda #997D0E

Tints of Hacienda #997D0E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 42.81%

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

R = 52.4%
G = 42.81%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.91

 K value IS 0.4

RGB Variations

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

Color information

#997D0E (or 0x997D0E) is known color: Hacienda. HEX triplet: 99, 7D and 0E. RGB value is (153,125,14). Sum of RGB (Red+Green+Blue) = 153+125+14=292 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.40% from 292); Green value is 125 (49.22% from 255 or 42.81% from 292); Blue value is 14 (5.86% from 255 or 4.79% from 292); Max value from RGB is 153 - color contains mainly: red. Hex color #997D0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997D0E is #6682F1. Grayscale: #797979. Windows color (decimal): -6718194 or 949657. OLE color: 949657.

HSL color Cylindrical-coordinate representation of color #997D0E: hue angle of 47.91º 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 #997D0E is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 125 14 -
CMYK 0 0.18 0.91 0.4
HSL 47.91º 0.83% 0.33% -
HSV(B) 47.91º 0.91% 0.6% -
XYZ 20.55 21.47 3.48 -
YUV 120.72 67.78 151.03 -
System Red Green Blue C M Y K H S L
Decimal 153 125 14 0 0.18 0.91 0.4 47.91 0.83 0.33
Hex 99 7D E 0 12 5B 28 30 53 21
Octal 231 175 16 0 22 133 50 60 123 41
Binary 10011001 1111101 1110 0 10010 1011011 101000 110000 1010011 100001

Color Harmonies of #997D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997D0E

Black with #997D0E

Text Example


Text Example

White with #997D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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