Html Css Color HEX #997F0C Hacienda

📋 copy color: '#997F0C'

red 153 ◦ green 127 ◦ blue 12

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

Shades of Hacienda #997F0C

Tints of Hacienda #997F0C

RGB

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

 GREEN value IS 127 (50% from 255) = 43.49%

 BLUE value IS 12 (5.08% from 255) = 4.11%

R = 52.4%
G = 43.49%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.92

 K value IS 0.4

RGB Variations

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

Color information

#997F0C (or 0x997F0C) is known color: Hacienda. HEX triplet: 99, 7F and 0C. RGB value is (153,127,12). Sum of RGB (Red+Green+Blue) = 153+127+12=292 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.40% from 292); Green value is 127 (50% from 255 or 43.49% from 292); Blue value is 12 (5.08% from 255 or 4.11% from 292); Max value from RGB is 153 - color contains mainly: red. Hex color #997F0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997F0C is #6680F3. Grayscale: #7A7A7A. Windows color (decimal): -6717684 or 819097. OLE color: 819097.

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

Color convert

RGB 153 127 12 -
CMYK 0 0.17 0.92 0.4
HSL 48.94º 0.85% 0.32% -
HSV(B) 48.94º 0.92% 0.6% -
XYZ 20.79 21.98 3.49 -
YUV 121.66 66.11 150.35 -
System Red Green Blue C M Y K H S L
Decimal 153 127 12 0 0.17 0.92 0.4 48.94 0.85 0.32
Hex 99 7F C 0 11 5C 28 31 55 20
Octal 231 177 14 0 21 134 50 61 125 40
Binary 10011001 1111111 1100 0 10001 1011100 101000 110001 1010101 100000

Color Harmonies of #997F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997F0C

Black with #997F0C

Text Example


Text Example

White with #997F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,127,12); }

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

background-color css

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

 a { background-color: rgb(153,127,12); }

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

border-color css

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

 span { border-color: rgb(153,127,12); }

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