Html Css Color HEX #9B7C16 Hacienda

📋 copy color: '#9B7C16'

red 155 ◦ green 124 ◦ blue 22

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

Shades of Hacienda #9B7C16

Tints of Hacienda #9B7C16

RGB

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

 GREEN value IS 124 (48.83% from 255) = 41.2%

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

R = 51.5%
G = 41.2%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.86

 K value IS 0.39

RGB Variations

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

Color information

#9B7C16 (or 0x9B7C16) is known color: Hacienda. HEX triplet: 9B, 7C and 16. RGB value is (155,124,22). Sum of RGB (Red+Green+Blue) = 155+124+22=301 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.50% from 301); Green value is 124 (48.83% from 255 or 41.20% from 301); Blue value is 22 (8.98% from 255 or 7.31% from 301); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7C16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B7C16 is #6483E9. Grayscale: #7A7A7A. Windows color (decimal): -6587370 or 1473691. OLE color: 1473691.

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

Color convert

RGB 155 124 22 -
CMYK 0 0.2 0.86 0.39
HSL 46.02º 0.75% 0.35% -
HSV(B) 46.02º 0.86% 0.61% -
XYZ 20.87 21.44 3.8 -
YUV 121.64 71.77 151.79 -
System Red Green Blue C M Y K H S L
Decimal 155 124 22 0 0.2 0.86 0.39 46.02 0.75 0.35
Hex 9B 7C 16 0 14 56 27 2E 4B 23
Octal 233 174 26 0 24 126 47 56 113 43
Binary 10011011 1111100 10110 0 10100 1010110 100111 101110 1001011 100011

Color Harmonies of #9B7C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7C16

Black with #9B7C16

Text Example


Text Example

White with #9B7C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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