#9B645B

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

Shades of Au Chico #9B645B

Tints of Au Chico #9B645B

Color information

#9B645B (or 0x9B645B) is unknown color: approx Au Chico. HEX triplet: 9B, 64 and 5B. RGB value is (155,100,91). Sum of RGB (Red+Green+Blue) = 155+100+91=346 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.80% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 155 - color contains mainly: red. Hex color #9B645B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B645B is #649BA4. Grayscale: #737373. Windows color (decimal): -6593445 or 5989531. OLE color: 5989531.

HSL color Cylindrical-coordinate representation of color #9B645B: hue angle of 8.44º 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 #9B645B is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.39.

Color convert

RGB15510091-
CMYK00.350.410.39
HSL8.44º26.02%48.24%-
HSV(B)8.44º41.29%60.78%-
XYZ19.9616.8412.1-
YUV115.42114.22156.23-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.80%
GREEN value IS 100 (39.45% from 255) = 28.90%
BLUE value IS 91 (35.94% from 255) = 26.30%
R=44.80%
G=28.90%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551009100.350.410.398.4426.0248.24
Hex9B645B023292781a30
Octal2331441330435147103260
Binary10011011110010010110110100011101001100111100011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B645B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,100,91); }

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

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

 a { background-color: rgb(155,100,91); }

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

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

 span { border-color: rgb(155,100,91); }

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