Html Css Color HEX #997C10 Hacienda

📋 copy color: '#997C10'

red 153 ◦ green 124 ◦ blue 16

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

Shades of Hacienda #997C10

Tints of Hacienda #997C10

RGB

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

 GREEN value IS 124 (48.83% from 255) = 42.32%

 BLUE value IS 16 (6.64% from 255) = 5.46%

R = 52.22%
G = 42.32%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.90

 K value IS 0.4

RGB Variations

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

Color information

#997C10 (or 0x997C10) is known color: Hacienda. HEX triplet: 99, 7C and 10. RGB value is (153,124,16). Sum of RGB (Red+Green+Blue) = 153+124+16=293 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.22% from 293); Green value is 124 (48.83% from 255 or 42.32% from 293); Blue value is 16 (6.64% from 255 or 5.46% from 293); Max value from RGB is 153 - color contains mainly: red. Hex color #997C10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997C10 is #6683EF. Grayscale: #787878. Windows color (decimal): -6718448 or 1080473. OLE color: 1080473.

HSL color Cylindrical-coordinate representation of color #997C10: hue angle of 47.3º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #997C10 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 124 16 -
CMYK 0 0.19 0.90 0.4
HSL 47.3º 0.81% 0.33% -
HSV(B) 47.3º 0.9% 0.6% -
XYZ 20.44 21.23 3.51 -
YUV 120.36 69.11 151.28 -
System Red Green Blue C M Y K H S L
Decimal 153 124 16 0 0.19 0.90 0.4 47.3 0.81 0.33
Hex 99 7C 10 0 13 5A 28 2F 51 21
Octal 231 174 20 0 23 132 50 57 121 41
Binary 10011001 1111100 10000 0 10011 1011010 101000 101111 1010001 100001

Color Harmonies of #997C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997C10

Black with #997C10

Text Example


Text Example

White with #997C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,124,16); }

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

background-color css

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

 a { background-color: rgb(153,124,16); }

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

border-color css

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

 span { border-color: rgb(153,124,16); }

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