Html Css Color HEX #9B7616 Hacienda

📋 copy color: '#9B7616'

red 155 ◦ green 118 ◦ blue 22

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

Shades of Hacienda #9B7616

Tints of Hacienda #9B7616

RGB

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

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

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

R = 52.54%
G = 40%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.86

 K value IS 0.39

RGB Variations

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

Color information

#9B7616 (or 0x9B7616) is known color: Hacienda. HEX triplet: 9B, 76 and 16. RGB value is (155,118,22). Sum of RGB (Red+Green+Blue) = 155+118+22=295 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.54% from 295); Green value is 118 (46.48% from 255 or 40% from 295); Blue value is 22 (8.98% from 255 or 7.46% from 295); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7616 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B7616 is #6489E9. Grayscale: #767676. Windows color (decimal): -6588906 or 1472155. OLE color: 1472155.

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

Color convert

RGB 155 118 22 -
CMYK 0 0.24 0.86 0.39
HSL 43.31º 0.75% 0.35% -
HSV(B) 43.31º 0.86% 0.61% -
XYZ 20.14 19.98 3.55 -
YUV 118.12 73.76 154.31 -
System Red Green Blue C M Y K H S L
Decimal 155 118 22 0 0.24 0.86 0.39 43.31 0.75 0.35
Hex 9B 76 16 0 18 56 27 2B 4B 23
Octal 233 166 26 0 30 126 47 53 113 43
Binary 10011011 1110110 10110 0 11000 1010110 100111 101011 1001011 100011

Color Harmonies of #9B7616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7616

Black with #9B7616

Text Example


Text Example

White with #9B7616

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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