Html Css Color HEX #9B761B Hacienda

📋 copy color: '#9B761B'

red 155 ◦ green 118 ◦ blue 27

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

Shades of Hacienda #9B761B

Tints of Hacienda #9B761B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9%

R = 51.67%
G = 39.33%
B = 9%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.83

 K value IS 0.39

RGB Variations

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

Color information

#9B761B (or 0x9B761B) is known color: Hacienda. HEX triplet: 9B, 76 and 1B. RGB value is (155,118,27). Sum of RGB (Red+Green+Blue) = 155+118+27=300 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.67% from 300); Green value is 118 (46.48% from 255 or 39.33% from 300); Blue value is 27 (10.94% from 255 or 9% from 300); Max value from RGB is 155 - color contains mainly: red. Hex color #9B761B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B761B is #6489E4. Grayscale: #777777. Windows color (decimal): -6588901 or 1799835. OLE color: 1799835.

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

Color convert

RGB 155 118 27 -
CMYK 0 0.24 0.83 0.39
HSL 42.66º 0.7% 0.36% -
HSV(B) 42.66º 0.83% 0.61% -
XYZ 20.19 20 3.83 -
YUV 118.69 76.26 153.9 -
System Red Green Blue C M Y K H S L
Decimal 155 118 27 0 0.24 0.83 0.39 42.66 0.7 0.36
Hex 9B 76 1B 0 18 53 27 2B 46 24
Octal 233 166 33 0 30 123 47 53 106 44
Binary 10011011 1110110 11011 0 11000 1010011 100111 101011 1000110 100100

Color Harmonies of #9B761B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B761B

Black with #9B761B

Text Example


Text Example

White with #9B761B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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