Html Css Color HEX #997D0A Hacienda

📋 copy color: '#997D0A'

red 153 ◦ green 125 ◦ blue 10

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

Shades of Hacienda #997D0A

Tints of Hacienda #997D0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.47%

R = 53.13%
G = 43.4%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.93

 K value IS 0.4

RGB Variations

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

Color information

#997D0A (or 0x997D0A) is known color: Hacienda. HEX triplet: 99, 7D and 0A. RGB value is (153,125,10). Sum of RGB (Red+Green+Blue) = 153+125+10=288 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.12% from 288); Green value is 125 (49.22% from 255 or 43.40% from 288); Blue value is 10 (4.30% from 255 or 3.47% from 288); Max value from RGB is 153 - color contains mainly: red. Hex color #997D0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997D0A is #6682F5. Grayscale: #787878. Windows color (decimal): -6718198 or 687513. OLE color: 687513.

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

Color convert

RGB 153 125 10 -
CMYK 0 0.18 0.93 0.4
HSL 48.25º 0.88% 0.32% -
HSV(B) 48.25º 0.93% 0.6% -
XYZ 20.53 21.46 3.35 -
YUV 120.26 65.78 151.35 -
System Red Green Blue C M Y K H S L
Decimal 153 125 10 0 0.18 0.93 0.4 48.25 0.88 0.32
Hex 99 7D A 0 12 5D 28 30 58 20
Octal 231 175 12 0 22 135 50 60 130 40
Binary 10011001 1111101 1010 0 10010 1011101 101000 110000 1011000 100000

Color Harmonies of #997D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997D0A

Black with #997D0A

Text Example


Text Example

White with #997D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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