Html Css Color HEX #9B5E58 Au Chico

📋 copy color: '#9B5E58'

red 155 ◦ green 94 ◦ blue 88

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

Shades of Au Chico #9B5E58

Tints of Au Chico #9B5E58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 26.11%

R = 45.99%
G = 27.89%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.43

 K value IS 0.39

RGB Variations

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

Color information

#9B5E58 (or 0x9B5E58) is known color: Au Chico. HEX triplet: 9B, 5E and 58. RGB value is (155,94,88). Sum of RGB (Red+Green+Blue) = 155+94+88=337 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.99% from 337); Green value is 94 (37.11% from 255 or 27.89% from 337); Blue value is 88 (34.77% from 255 or 26.11% from 337); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5E58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5E58 is #64A1A7. Grayscale: #6F6F6F. Windows color (decimal): -6594984 or 5791387. OLE color: 5791387.

HSL color Cylindrical-coordinate representation of color #9B5E58: hue angle of 5.37º degrees, saturation: 0.28, 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 #9B5E58 is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 94 88 -
CMYK 0 0.39 0.43 0.39
HSL 5.37º 0.28% 0.48% -
HSV(B) 5.37º 0.43% 0.61% -
XYZ 19.28 15.68 11.24 -
YUV 111.56 114.71 158.99 -
System Red Green Blue C M Y K H S L
Decimal 155 94 88 0 0.39 0.43 0.39 5.37 0.28 0.48
Hex 9B 5E 58 0 27 2B 27 5 1C 30
Octal 233 136 130 0 47 53 47 5 34 60
Binary 10011011 1011110 1011000 0 100111 101011 100111 101 11100 110000

Color Harmonies of #9B5E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5E58

Black with #9B5E58

Text Example


Text Example

White with #9B5E58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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