Html Css Color HEX #9C8C15 Hacienda

📋 copy color: '#9C8C15'

red 156 ◦ green 140 ◦ blue 21

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

Shades of Hacienda #9C8C15

Tints of Hacienda #9C8C15

RGB

 RED value IS 156 (61.33% from 255) = 49.21%

 GREEN value IS 140 (55.08% from 255) = 44.16%

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

R = 49.21%
G = 44.16%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.87

 K value IS 0.39

RGB Variations

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

Color information

#9C8C15 (or 0x9C8C15) is known color: Hacienda. HEX triplet: 9C, 8C and 15. RGB value is (156,140,21). Sum of RGB (Red+Green+Blue) = 156+140+21=317 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.21% from 317); Green value is 140 (55.08% from 255 or 44.16% from 317); Blue value is 21 (8.59% from 255 or 6.62% from 317); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8C15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C8C15 is #6373EA. Grayscale: #838383. Windows color (decimal): -6517739 or 1412252. OLE color: 1412252.

HSL color Cylindrical-coordinate representation of color #9C8C15: hue angle of 52.89º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9C8C15 is Cyan = 0, Magento = 0.10, Yellow = 0.87 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 140 21 -
CMYK 0 0.10 0.87 0.39
HSL 52.89º 0.76% 0.35% -
HSV(B) 52.89º 0.87% 0.61% -
XYZ 23.22 25.88 4.48 -
YUV 131.22 65.8 145.68 -
System Red Green Blue C M Y K H S L
Decimal 156 140 21 0 0.10 0.87 0.39 52.89 0.76 0.35
Hex 9C 8C 15 0 A 57 27 35 4C 23
Octal 234 214 25 0 12 127 47 65 114 43
Binary 10011100 10001100 10101 0 1010 1010111 100111 110101 1001100 100011

Color Harmonies of #9C8C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8C15

Black with #9C8C15

Text Example


Text Example

White with #9C8C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C8C15; }

 p { color: rgb(156,140,21); }

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

background-color css

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

 a { background-color: rgb(156,140,21); }

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

border-color css

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

 span { border-color: rgb(156,140,21); }

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