Html Css Color HEX #997C0F Hacienda

📋 copy color: '#997C0F'

red 153 ◦ green 124 ◦ blue 15

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

Shades of Hacienda #997C0F

Tints of Hacienda #997C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.14%

R = 52.4%
G = 42.47%
B = 5.14%

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

#997C0F (or 0x997C0F) is known color: Hacienda. HEX triplet: 99, 7C and 0F. RGB value is (153,124,15). Sum of RGB (Red+Green+Blue) = 153+124+15=292 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.40% from 292); Green value is 124 (48.83% from 255 or 42.47% from 292); Blue value is 15 (6.25% from 255 or 5.14% from 292); Max value from RGB is 153 - color contains mainly: red. Hex color #997C0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997C0F is #6683F0. Grayscale: #787878. Windows color (decimal): -6718449 or 1014937. OLE color: 1014937.

HSL color Cylindrical-coordinate representation of color #997C0F: hue angle of 47.39º degrees, saturation: 0.82, 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 #997C0F is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 124 15 -
CMYK 0 0.19 0.90 0.4
HSL 47.39º 0.82% 0.33% -
HSV(B) 47.39º 0.9% 0.6% -
XYZ 20.43 21.22 3.47 -
YUV 120.25 68.61 151.36 -
System Red Green Blue C M Y K H S L
Decimal 153 124 15 0 0.19 0.90 0.4 47.39 0.82 0.33
Hex 99 7C F 0 13 5A 28 2F 52 21
Octal 231 174 17 0 23 132 50 57 122 41
Binary 10011001 1111100 1111 0 10011 1011010 101000 101111 1010010 100001

Color Harmonies of #997C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997C0F

Black with #997C0F

Text Example


Text Example

White with #997C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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