Html Css Color HEX #9B5D56 Au Chico

📋 copy color: '#9B5D56'

red 155 ◦ green 93 ◦ blue 86

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

Shades of Au Chico #9B5D56

Tints of Au Chico #9B5D56

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.84%

 BLUE value IS 86 (33.98% from 255) = 25.75%

R = 46.41%
G = 27.84%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.45

 K value IS 0.39

RGB Variations

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

Color information

#9B5D56 (or 0x9B5D56) is known color: Au Chico. HEX triplet: 9B, 5D and 56. RGB value is (155,93,86). Sum of RGB (Red+Green+Blue) = 155+93+86=334 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.41% from 334); Green value is 93 (36.72% from 255 or 27.84% from 334); Blue value is 86 (33.98% from 255 or 25.75% from 334); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5D56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5D56 is #64A2A9. Grayscale: #6E6E6E. Windows color (decimal): -6595242 or 5660059. OLE color: 5660059.

HSL color Cylindrical-coordinate representation of color #9B5D56: hue angle of 6.09º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9B5D56 is Cyan = 0, Magento = 0.4, Yellow = 0.45 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 93 86 -
CMYK 0 0.4 0.45 0.39
HSL 6.09º 0.29% 0.47% -
HSV(B) 6.09º 0.45% 0.61% -
XYZ 19.11 15.47 10.78 -
YUV 110.74 114.04 159.57 -
System Red Green Blue C M Y K H S L
Decimal 155 93 86 0 0.4 0.45 0.39 6.09 0.29 0.47
Hex 9B 5D 56 0 28 2D 27 6 1D 2F
Octal 233 135 126 0 50 55 47 6 35 57
Binary 10011011 1011101 1010110 0 101000 101101 100111 110 11101 101111

Color Harmonies of #9B5D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5D56

Black with #9B5D56

Text Example


Text Example

White with #9B5D56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,93,86); }

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

background-color css

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

 a { background-color: rgb(155,93,86); }

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

border-color css

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

 span { border-color: rgb(155,93,86); }

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