Html Css Color HEX #997515 Hacienda

📋 copy color: '#997515'

red 153 ◦ green 117 ◦ blue 21

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

Shades of Hacienda #997515

Tints of Hacienda #997515

RGB

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

 GREEN value IS 117 (46.09% from 255) = 40.21%

 BLUE value IS 21 (8.59% from 255) = 7.22%

R = 52.58%
G = 40.21%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.86

 K value IS 0.4

RGB Variations

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

Color information

#997515 (or 0x997515) is known color: Hacienda. HEX triplet: 99, 75 and 15. RGB value is (153,117,21). Sum of RGB (Red+Green+Blue) = 153+117+21=291 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.58% from 291); Green value is 117 (46.09% from 255 or 40.21% from 291); Blue value is 21 (8.59% from 255 or 7.22% from 291); Max value from RGB is 153 - color contains mainly: red. Hex color #997515 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997515 is #668AEA. Grayscale: #757575. Windows color (decimal): -6720235 or 1406361. OLE color: 1406361.

HSL color Cylindrical-coordinate representation of color #997515: hue angle of 43.64º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #997515 is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 117 21 -
CMYK 0 0.24 0.86 0.4
HSL 43.64º 0.76% 0.34% -
HSV(B) 43.64º 0.86% 0.6% -
XYZ 19.63 19.55 3.45 -
YUV 116.82 73.93 153.81 -
System Red Green Blue C M Y K H S L
Decimal 153 117 21 0 0.24 0.86 0.4 43.64 0.76 0.34
Hex 99 75 15 0 18 56 28 2C 4C 22
Octal 231 165 25 0 30 126 50 54 114 42
Binary 10011001 1110101 10101 0 11000 1010110 101000 101100 1001100 100010

Color Harmonies of #997515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997515

Black with #997515

Text Example


Text Example

White with #997515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997515; }

 p { color: rgb(153,117,21); }

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

background-color css

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

 a { background-color: rgb(153,117,21); }

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

border-color css

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

 span { border-color: rgb(153,117,21); }

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