Html Css Color HEX #9C8515 Hacienda

📋 copy color: '#9C8515'

red 156 ◦ green 133 ◦ blue 21

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

Shades of Hacienda #9C8515

Tints of Hacienda #9C8515

RGB

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

 GREEN value IS 133 (52.34% from 255) = 42.9%

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

R = 50.32%
G = 42.9%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.87

 K value IS 0.39

RGB Variations

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

Color information

#9C8515 (or 0x9C8515) is known color: Hacienda. HEX triplet: 9C, 85 and 15. RGB value is (156,133,21). Sum of RGB (Red+Green+Blue) = 156+133+21=310 (41% of max value = 765). Red value is 156 (61.33% from 255 or 50.32% from 310); Green value is 133 (52.34% from 255 or 42.90% from 310); Blue value is 21 (8.59% from 255 or 6.77% from 310); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8515 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C8515 is #637AEA. Grayscale: #7F7F7F. Windows color (decimal): -6519531 or 1410460. OLE color: 1410460.

HSL color Cylindrical-coordinate representation of color #9C8515: hue angle of 49.78º 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 #9C8515 is Cyan = 0, Magento = 0.15, Yellow = 0.87 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 133 21 -
CMYK 0 0.15 0.87 0.39
HSL 49.78º 0.76% 0.35% -
HSV(B) 49.78º 0.87% 0.61% -
XYZ 22.23 23.9 4.15 -
YUV 127.11 68.12 148.61 -
System Red Green Blue C M Y K H S L
Decimal 156 133 21 0 0.15 0.87 0.39 49.78 0.76 0.35
Hex 9C 85 15 0 F 57 27 32 4C 23
Octal 234 205 25 0 17 127 47 62 114 43
Binary 10011100 10000101 10101 0 1111 1010111 100111 110010 1001100 100011

Color Harmonies of #9C8515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8515

Black with #9C8515

Text Example


Text Example

White with #9C8515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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