Html Css Color HEX #9C880F Hacienda

📋 copy color: '#9C880F'

red 156 ◦ green 136 ◦ blue 15

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

Shades of Hacienda #9C880F

Tints of Hacienda #9C880F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 44.3%

 BLUE value IS 15 (6.25% from 255) = 4.89%

R = 50.81%
G = 44.3%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.90

 K value IS 0.39

RGB Variations

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

Color information

#9C880F (or 0x9C880F) is known color: Hacienda. HEX triplet: 9C, 88 and 0F. RGB value is (156,136,15). Sum of RGB (Red+Green+Blue) = 156+136+15=307 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.81% from 307); Green value is 136 (53.52% from 255 or 44.30% from 307); Blue value is 15 (6.25% from 255 or 4.89% from 307); Max value from RGB is 156 - color contains mainly: red. Hex color #9C880F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C880F is #6377F0. Grayscale: #808080. Windows color (decimal): -6518769 or 1018012. OLE color: 1018012.

HSL color Cylindrical-coordinate representation of color #9C880F: hue angle of 51.49º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C880F is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 136 15 -
CMYK 0 0.13 0.90 0.39
HSL 51.49º 0.82% 0.34% -
HSV(B) 51.49º 0.9% 0.61% -
XYZ 22.6 24.71 4.03 -
YUV 128.19 64.13 147.84 -
System Red Green Blue C M Y K H S L
Decimal 156 136 15 0 0.13 0.90 0.39 51.49 0.82 0.34
Hex 9C 88 F 0 D 5A 27 33 52 22
Octal 234 210 17 0 15 132 47 63 122 42
Binary 10011100 10001000 1111 0 1101 1011010 100111 110011 1010010 100010

Color Harmonies of #9C880F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C880F

Black with #9C880F

Text Example


Text Example

White with #9C880F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,136,15); }

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

background-color css

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

 a { background-color: rgb(156,136,15); }

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

border-color css

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

 span { border-color: rgb(156,136,15); }

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