#9B615A

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

Shades of Au Chico #9B615A

Tints of Au Chico #9B615A

Color information

#9B615A (or 0x9B615A) is unknown color: approx Au Chico. HEX triplet: 9B, 61 and 5A. RGB value is (155,97,90). Sum of RGB (Red+Green+Blue) = 155+97+90=342 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.32% from 342); Green value is 97 (38.28% from 255 or 28.36% from 342); Blue value is 90 (35.55% from 255 or 26.32% from 342); Max value from RGB is 155 - color contains mainly: red. Hex color #9B615A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B615A is #649EA5. Grayscale: #717171. Windows color (decimal): -6594214 or 5923227. OLE color: 5923227.

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

Color convert

RGB1559790-
CMYK00.370.420.39
HSL6.46º26.53%48.04%-
HSV(B)6.46º41.94%60.78%-
XYZ19.6416.2611.78-
YUV113.54114.72157.57-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.32%
GREEN value IS 97 (38.28% from 255) = 28.36%
BLUE value IS 90 (35.55% from 255) = 26.32%
R=45.32%
G=28.36%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.42
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155979000.370.420.396.4626.5348.04
Hex9B615A0252A2761b30
Octal233141132045524763360
Binary1001101111000011011010010010110101010011111011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B615A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,97,90); }

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

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

 a { background-color: rgb(155,97,90); }

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

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

 span { border-color: rgb(155,97,90); }

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