Html Css Color HEX #9C7710 Hacienda

📋 copy color: '#9C7710'

red 156 ◦ green 119 ◦ blue 16

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

Shades of Hacienda #9C7710

Tints of Hacienda #9C7710

RGB

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

 GREEN value IS 119 (46.88% from 255) = 40.89%

 BLUE value IS 16 (6.64% from 255) = 5.5%

R = 53.61%
G = 40.89%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.90

 K value IS 0.39

RGB Variations

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

Color information

#9C7710 (or 0x9C7710) is known color: Hacienda. HEX triplet: 9C, 77 and 10. RGB value is (156,119,16). Sum of RGB (Red+Green+Blue) = 156+119+16=291 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.61% from 291); Green value is 119 (46.88% from 255 or 40.89% from 291); Blue value is 16 (6.64% from 255 or 5.50% from 291); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7710 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C7710 is #6388EF. Grayscale: #767676. Windows color (decimal): -6523120 or 1079196. OLE color: 1079196.

HSL color Cylindrical-coordinate representation of color #9C7710: hue angle of 44.14º degrees, saturation: 0.81, 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 #9C7710 is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 119 16 -
CMYK 0 0.24 0.90 0.39
HSL 44.14º 0.81% 0.34% -
HSV(B) 44.14º 0.9% 0.61% -
XYZ 20.4 20.3 3.33 -
YUV 118.32 70.26 154.88 -
System Red Green Blue C M Y K H S L
Decimal 156 119 16 0 0.24 0.90 0.39 44.14 0.81 0.34
Hex 9C 77 10 0 18 5A 27 2C 51 22
Octal 234 167 20 0 30 132 47 54 121 42
Binary 10011100 1110111 10000 0 11000 1011010 100111 101100 1010001 100010

Color Harmonies of #9C7710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7710

Black with #9C7710

Text Example


Text Example

White with #9C7710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,119,16); }

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

background-color css

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

 a { background-color: rgb(156,119,16); }

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

border-color css

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

 span { border-color: rgb(156,119,16); }

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