Html Css Color HEX #997D1C Hacienda

📋 copy color: '#997D1C'

red 153 ◦ green 125 ◦ blue 28

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

Shades of Hacienda #997D1C

Tints of Hacienda #997D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.15%

R = 50%
G = 40.85%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.82

 K value IS 0.4

RGB Variations

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

Color information

#997D1C (or 0x997D1C) is known color: Hacienda. HEX triplet: 99, 7D and 1C. RGB value is (153,125,28). Sum of RGB (Red+Green+Blue) = 153+125+28=306 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50% from 306); Green value is 125 (49.22% from 255 or 40.85% from 306); Blue value is 28 (11.33% from 255 or 9.15% from 306); Max value from RGB is 153 - color contains mainly: red. Hex color #997D1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997D1C is #6682E3. Grayscale: #7A7A7A. Windows color (decimal): -6718180 or 1867161. OLE color: 1867161.

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

Color convert

RGB 153 125 28 -
CMYK 0 0.18 0.82 0.4
HSL 46.56º 0.69% 0.35% -
HSV(B) 46.56º 0.82% 0.6% -
XYZ 20.68 21.52 4.16 -
YUV 122.31 74.78 149.89 -
System Red Green Blue C M Y K H S L
Decimal 153 125 28 0 0.18 0.82 0.4 46.56 0.69 0.35
Hex 99 7D 1C 0 12 52 28 2F 45 23
Octal 231 175 34 0 22 122 50 57 105 43
Binary 10011001 1111101 11100 0 10010 1010010 101000 101111 1000101 100011

Color Harmonies of #997D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997D1C

Black with #997D1C

Text Example


Text Example

White with #997D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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