Html Css Color HEX #9B5D54 Au Chico

📋 copy color: '#9B5D54'

red 155 ◦ green 93 ◦ blue 84

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

Shades of Au Chico #9B5D54

Tints of Au Chico #9B5D54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 25.3%

R = 46.69%
G = 28.01%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.46

 K value IS 0.39

RGB Variations

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

Color information

#9B5D54 (or 0x9B5D54) is known color: Au Chico. HEX triplet: 9B, 5D and 54. RGB value is (155,93,84). Sum of RGB (Red+Green+Blue) = 155+93+84=332 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.69% from 332); Green value is 93 (36.72% from 255 or 28.01% from 332); Blue value is 84 (33.20% from 255 or 25.30% from 332); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5D54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5D54 is #64A2AB. Grayscale: #6E6E6E. Windows color (decimal): -6595244 or 5528987. OLE color: 5528987.

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

Color convert

RGB 155 93 84 -
CMYK 0 0.4 0.46 0.39
HSL 7.61º 0.3% 0.47% -
HSV(B) 7.61º 0.46% 0.61% -
XYZ 19.03 15.44 10.36 -
YUV 110.51 113.04 159.73 -
System Red Green Blue C M Y K H S L
Decimal 155 93 84 0 0.4 0.46 0.39 7.61 0.3 0.47
Hex 9B 5D 54 0 28 2E 27 8 1E 2F
Octal 233 135 124 0 50 56 47 10 36 57
Binary 10011011 1011101 1010100 0 101000 101110 100111 1000 11110 101111

Color Harmonies of #9B5D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5D54

Black with #9B5D54

Text Example


Text Example

White with #9B5D54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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