Html Css Color HEX #9B7910 Hacienda

📋 copy color: '#9B7910'

red 155 ◦ green 121 ◦ blue 16

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

Shades of Hacienda #9B7910

Tints of Hacienda #9B7910

RGB

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

 GREEN value IS 121 (47.66% from 255) = 41.44%

 BLUE value IS 16 (6.64% from 255) = 5.48%

R = 53.08%
G = 41.44%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.90

 K value IS 0.39

RGB Variations

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

Color information

#9B7910 (or 0x9B7910) is known color: Hacienda. HEX triplet: 9B, 79 and 10. RGB value is (155,121,16). Sum of RGB (Red+Green+Blue) = 155+121+16=292 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.08% from 292); Green value is 121 (47.66% from 255 or 41.44% from 292); Blue value is 16 (6.64% from 255 or 5.48% from 292); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7910 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B7910 is #6486EF. Grayscale: #777777. Windows color (decimal): -6588144 or 1079707. OLE color: 1079707.

HSL color Cylindrical-coordinate representation of color #9B7910: hue angle of 45.32º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B7910 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 121 16 -
CMYK 0 0.22 0.90 0.39
HSL 45.32º 0.81% 0.34% -
HSV(B) 45.32º 0.9% 0.61% -
XYZ 20.45 20.68 3.4 -
YUV 119.2 69.76 153.54 -
System Red Green Blue C M Y K H S L
Decimal 155 121 16 0 0.22 0.90 0.39 45.32 0.81 0.34
Hex 9B 79 10 0 16 5A 27 2D 51 22
Octal 233 171 20 0 26 132 47 55 121 42
Binary 10011011 1111001 10000 0 10110 1011010 100111 101101 1010001 100010

Color Harmonies of #9B7910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7910

Black with #9B7910

Text Example


Text Example

White with #9B7910

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,121,16); }

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

background-color css

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

 a { background-color: rgb(155,121,16); }

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

border-color css

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

 span { border-color: rgb(155,121,16); }

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