Html Css Color HEX #9B5E51 Au Chico

📋 copy color: '#9B5E51'

red 155 ◦ green 94 ◦ blue 81

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

Shades of Au Chico #9B5E51

Tints of Au Chico #9B5E51

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.48%

 BLUE value IS 81 (32.03% from 255) = 24.55%

R = 46.97%
G = 28.48%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.48

 K value IS 0.39

RGB Variations

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

Color information

#9B5E51 (or 0x9B5E51) is known color: Au Chico. HEX triplet: 9B, 5E and 51. RGB value is (155,94,81). Sum of RGB (Red+Green+Blue) = 155+94+81=330 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.97% from 330); Green value is 94 (37.11% from 255 or 28.48% from 330); Blue value is 81 (32.03% from 255 or 24.55% from 330); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5E51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5E51 is #64A1AE. Grayscale: #6E6E6E. Windows color (decimal): -6594991 or 5332635. OLE color: 5332635.

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

Color convert

RGB 155 94 81 -
CMYK 0 0.39 0.48 0.39
HSL 10.54º 0.31% 0.46% -
HSV(B) 10.54º 0.48% 0.61% -
XYZ 19.01 15.57 9.79 -
YUV 110.76 111.21 159.56 -
System Red Green Blue C M Y K H S L
Decimal 155 94 81 0 0.39 0.48 0.39 10.54 0.31 0.46
Hex 9B 5E 51 0 27 30 27 B 1F 2E
Octal 233 136 121 0 47 60 47 13 37 56
Binary 10011011 1011110 1010001 0 100111 110000 100111 1011 11111 101110

Color Harmonies of #9B5E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5E51

Black with #9B5E51

Text Example


Text Example

White with #9B5E51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,94,81); }

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

background-color css

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

 a { background-color: rgb(155,94,81); }

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

border-color css

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

 span { border-color: rgb(155,94,81); }

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