Html Css Color HEX #9B7614 Hacienda

📋 copy color: '#9B7614'

red 155 ◦ green 118 ◦ blue 20

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

Shades of Hacienda #9B7614

Tints of Hacienda #9B7614

RGB

 RED value IS 155 (60.94% from 255) = 52.9%

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

 BLUE value IS 20 (8.2% from 255) = 6.83%

R = 52.9%
G = 40.27%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.87

 K value IS 0.39

RGB Variations

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

Color information

#9B7614 (or 0x9B7614) is known color: Hacienda. HEX triplet: 9B, 76 and 14. RGB value is (155,118,20). Sum of RGB (Red+Green+Blue) = 155+118+20=293 (38% of max value = 765). Red value is 155 (60.94% from 255 or 52.90% from 293); Green value is 118 (46.48% from 255 or 40.27% from 293); Blue value is 20 (8.20% from 255 or 6.83% from 293); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7614 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B7614 is #6489EB. Grayscale: #767676. Windows color (decimal): -6588908 or 1341083. OLE color: 1341083.

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

Color convert

RGB 155 118 20 -
CMYK 0 0.24 0.87 0.39
HSL 43.56º 0.77% 0.34% -
HSV(B) 43.56º 0.87% 0.61% -
XYZ 20.12 19.98 3.46 -
YUV 117.89 72.76 154.47 -
System Red Green Blue C M Y K H S L
Decimal 155 118 20 0 0.24 0.87 0.39 43.56 0.77 0.34
Hex 9B 76 14 0 18 57 27 2C 4D 22
Octal 233 166 24 0 30 127 47 54 115 42
Binary 10011011 1110110 10100 0 11000 1010111 100111 101100 1001101 100010

Color Harmonies of #9B7614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7614

Black with #9B7614

Text Example


Text Example

White with #9B7614

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,118,20); }

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

background-color css

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

 a { background-color: rgb(155,118,20); }

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

border-color css

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

 span { border-color: rgb(155,118,20); }

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