Html Css Color HEX #9C7617 Hacienda

📋 copy color: '#9C7617'

red 156 ◦ green 118 ◦ blue 23

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

Shades of Hacienda #9C7617

Tints of Hacienda #9C7617

RGB

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

 GREEN value IS 118 (46.48% from 255) = 39.73%

 BLUE value IS 23 (9.38% from 255) = 7.74%

R = 52.53%
G = 39.73%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.85

 K value IS 0.39

RGB Variations

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

Color information

#9C7617 (or 0x9C7617) is known color: Hacienda. HEX triplet: 9C, 76 and 17. RGB value is (156,118,23). Sum of RGB (Red+Green+Blue) = 156+118+23=297 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.53% from 297); Green value is 118 (46.48% from 255 or 39.73% from 297); Blue value is 23 (9.38% from 255 or 7.74% from 297); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7617 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C7617 is #6389E8. Grayscale: #767676. Windows color (decimal): -6523369 or 1537692. OLE color: 1537692.

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

Color convert

RGB 156 118 23 -
CMYK 0 0.24 0.85 0.39
HSL 42.86º 0.74% 0.35% -
HSV(B) 42.86º 0.85% 0.61% -
XYZ 20.34 20.09 3.62 -
YUV 118.53 74.09 154.72 -
System Red Green Blue C M Y K H S L
Decimal 156 118 23 0 0.24 0.85 0.39 42.86 0.74 0.35
Hex 9C 76 17 0 18 55 27 2B 4A 23
Octal 234 166 27 0 30 125 47 53 112 43
Binary 10011100 1110110 10111 0 11000 1010101 100111 101011 1001010 100011

Color Harmonies of #9C7617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7617

Black with #9C7617

Text Example


Text Example

White with #9C7617

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,118,23); }

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

background-color css

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

 a { background-color: rgb(156,118,23); }

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

border-color css

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

 span { border-color: rgb(156,118,23); }

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