Html Css Color HEX #9B7716 Hacienda

📋 copy color: '#9B7716'

red 155 ◦ green 119 ◦ blue 22

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

Shades of Hacienda #9B7716

Tints of Hacienda #9B7716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.43%

R = 52.36%
G = 40.2%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.86

 K value IS 0.39

RGB Variations

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

Color information

#9B7716 (or 0x9B7716) is known color: Hacienda. HEX triplet: 9B, 77 and 16. RGB value is (155,119,22). Sum of RGB (Red+Green+Blue) = 155+119+22=296 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.36% from 296); Green value is 119 (46.88% from 255 or 40.20% from 296); Blue value is 22 (8.98% from 255 or 7.43% from 296); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7716 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B7716 is #6488E9. Grayscale: #777777. Windows color (decimal): -6588650 or 1472411. OLE color: 1472411.

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

Color convert

RGB 155 119 22 -
CMYK 0 0.23 0.86 0.39
HSL 43.76º 0.75% 0.35% -
HSV(B) 43.76º 0.86% 0.61% -
XYZ 20.26 20.22 3.59 -
YUV 118.71 73.43 153.89 -
System Red Green Blue C M Y K H S L
Decimal 155 119 22 0 0.23 0.86 0.39 43.76 0.75 0.35
Hex 9B 77 16 0 17 56 27 2C 4B 23
Octal 233 167 26 0 27 126 47 54 113 43
Binary 10011011 1110111 10110 0 10111 1010110 100111 101100 1001011 100011

Color Harmonies of #9B7716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7716

Black with #9B7716

Text Example


Text Example

White with #9B7716

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,119,22); }

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

background-color css

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

 a { background-color: rgb(155,119,22); }

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

border-color css

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

 span { border-color: rgb(155,119,22); }

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