#9B6A5C

Color #9B6A5C Au Chico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Au Chico #9B6A5C

Tints of Au Chico #9B6A5C

Color information

#9B6A5C (or 0x9B6A5C) is unknown color: approx Au Chico. HEX triplet: 9B, 6A and 5C. RGB value is (155,106,92). Sum of RGB (Red+Green+Blue) = 155+106+92=353 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.91% from 353); Green value is 106 (41.80% from 255 or 30.03% from 353); Blue value is 92 (36.33% from 255 or 26.06% from 353); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6A5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6A5C is #6495A3. Grayscale: #777777. Windows color (decimal): -6591908 or 6056603. OLE color: 6056603.

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

Color convert

RGB15510692-
CMYK00.320.410.39
HSL13.33º25.51%48.43%-
HSV(B)13.33º40.65%60.78%-
XYZ20.618.0512.52-
YUV119.06112.73153.64-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.91%
GREEN value IS 106 (41.80% from 255) = 30.03%
BLUE value IS 92 (36.33% from 255) = 26.06%
R=43.91%
G=30.03%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.41
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551069200.320.410.3913.3325.5148.43
Hex9B6A5C0202927d1a30
Octal2331521340405147153260
Binary10011011110101010111000100000101001100111110111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,106,92); }

 H1.HeaderClassName
 {
   color: #9B6A5C;
 }
 .AnyTagClassName
 {
   color: #9B6A5C;
 }
</style>
background-color css

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

 a { background-color: rgb(155,106,92); }

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

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

 span { border-color: rgb(155,106,92); }

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