Html Css Color HEX #997620 Hacienda

📋 copy color: '#997620'

red 153 ◦ green 118 ◦ blue 32

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

Shades of Hacienda #997620

Tints of Hacienda #997620

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.94%

 BLUE value IS 32 (12.89% from 255) = 10.56%

R = 50.5%
G = 38.94%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.79

 K value IS 0.4

RGB Variations

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

Color information

#997620 (or 0x997620) is known color: Hacienda. HEX triplet: 99, 76 and 20. RGB value is (153,118,32). Sum of RGB (Red+Green+Blue) = 153+118+32=303 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.50% from 303); Green value is 118 (46.48% from 255 or 38.94% from 303); Blue value is 32 (12.89% from 255 or 10.56% from 303); Max value from RGB is 153 - color contains mainly: red. Hex color #997620 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997620 is #6689DF. Grayscale: #777777. Windows color (decimal): -6719968 or 2127513. OLE color: 2127513.

HSL color Cylindrical-coordinate representation of color #997620: hue angle of 42.64º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #997620 is Cyan = 0, Magento = 0.23, Yellow = 0.79 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 118 32 -
CMYK 0 0.23 0.79 0.4
HSL 42.64º 0.65% 0.36% -
HSV(B) 42.64º 0.79% 0.6% -
XYZ 19.88 19.83 4.15 -
YUV 118.66 79.1 152.49 -
System Red Green Blue C M Y K H S L
Decimal 153 118 32 0 0.23 0.79 0.4 42.64 0.65 0.36
Hex 99 76 20 0 17 4F 28 2B 41 24
Octal 231 166 40 0 27 117 50 53 101 44
Binary 10011001 1110110 100000 0 10111 1001111 101000 101011 1000001 100100

Color Harmonies of #997620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997620

Black with #997620

Text Example


Text Example

White with #997620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997620; }

 p { color: rgb(153,118,32); }

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

background-color css

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

 a { background-color: rgb(153,118,32); }

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

border-color css

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

 span { border-color: rgb(153,118,32); }

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