Html Css Color HEX #9B771C Hacienda

📋 copy color: '#9B771C'

red 155 ◦ green 119 ◦ blue 28

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

Shades of Hacienda #9B771C

Tints of Hacienda #9B771C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.27%

R = 51.32%
G = 39.4%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.82

 K value IS 0.39

RGB Variations

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

Color information

#9B771C (or 0x9B771C) is known color: Hacienda. HEX triplet: 9B, 77 and 1C. RGB value is (155,119,28). Sum of RGB (Red+Green+Blue) = 155+119+28=302 (40% of max value = 765). Red value is 155 (60.94% from 255 or 51.32% from 302); Green value is 119 (46.88% from 255 or 39.40% from 302); Blue value is 28 (11.33% from 255 or 9.27% from 302); Max value from RGB is 155 - color contains mainly: red. Hex color #9B771C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B771C is #6488E3. Grayscale: #777777. Windows color (decimal): -6588644 or 1865627. OLE color: 1865627.

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

Color convert

RGB 155 119 28 -
CMYK 0 0.23 0.82 0.39
HSL 42.99º 0.69% 0.36% -
HSV(B) 42.99º 0.82% 0.61% -
XYZ 20.32 20.25 3.94 -
YUV 119.39 76.43 153.4 -
System Red Green Blue C M Y K H S L
Decimal 155 119 28 0 0.23 0.82 0.39 42.99 0.69 0.36
Hex 9B 77 1C 0 17 52 27 2B 45 24
Octal 233 167 34 0 27 122 47 53 105 44
Binary 10011011 1110111 11100 0 10111 1010010 100111 101011 1000101 100100

Color Harmonies of #9B771C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B771C

Black with #9B771C

Text Example


Text Example

White with #9B771C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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