Html Css Color HEX #9B6159 Au Chico

📋 copy color: '#9B6159'

red 155 ◦ green 97 ◦ blue 89

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

Shades of Au Chico #9B6159

Tints of Au Chico #9B6159

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.45%

 BLUE value IS 89 (35.16% from 255) = 26.1%

R = 45.45%
G = 28.45%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.43

 K value IS 0.39

RGB Variations

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

Color information

#9B6159 (or 0x9B6159) is known color: Au Chico. HEX triplet: 9B, 61 and 59. RGB value is (155,97,89). Sum of RGB (Red+Green+Blue) = 155+97+89=341 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.45% from 341); Green value is 97 (38.28% from 255 or 28.45% from 341); Blue value is 89 (35.16% from 255 or 26.10% from 341); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6159 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6159 is #649EA6. Grayscale: #717171. Windows color (decimal): -6594215 or 5857691. OLE color: 5857691.

HSL color Cylindrical-coordinate representation of color #9B6159: hue angle of 7.27º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9B6159 is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 97 89 -
CMYK 0 0.37 0.43 0.39
HSL 7.27º 0.27% 0.48% -
HSV(B) 7.27º 0.43% 0.61% -
XYZ 19.6 16.24 11.55 -
YUV 113.43 114.22 157.65 -
System Red Green Blue C M Y K H S L
Decimal 155 97 89 0 0.37 0.43 0.39 7.27 0.27 0.48
Hex 9B 61 59 0 25 2B 27 7 1B 30
Octal 233 141 131 0 45 53 47 7 33 60
Binary 10011011 1100001 1011001 0 100101 101011 100111 111 11011 110000

Color Harmonies of #9B6159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6159

Black with #9B6159

Text Example


Text Example

White with #9B6159

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,97,89); }

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

background-color css

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

 a { background-color: rgb(155,97,89); }

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

border-color css

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

 span { border-color: rgb(155,97,89); }

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