#96685A

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

Shades of Au Chico #96685A

Tints of Au Chico #96685A

Color information

#96685A (or 0x96685A) is unknown color: approx Au Chico. HEX triplet: 96, 68 and 5A. RGB value is (150,104,90). Sum of RGB (Red+Green+Blue) = 150+104+90=344 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.60% from 344); Green value is 104 (41.02% from 255 or 30.23% from 344); Blue value is 90 (35.55% from 255 or 26.16% from 344); Max value from RGB is 150 - color contains mainly: red. Hex color #96685A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96685A is #6997A5. Grayscale: #747474. Windows color (decimal): -6920102 or 5925014. OLE color: 5925014.

HSL color Cylindrical-coordinate representation of color #96685A: hue angle of 14º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96685A is Cyan = 0, Magento = 0.31, Yellow = 0.4 and Black (K on CMYK) = 0.41.

Color convert

RGB15010490-
CMYK00.310.40.41
HSL14º25%47.06%-
HSV(B)14º40%58.82%-
XYZ19.3717.1211.96-
YUV116.16113.24152.14-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.60%
GREEN value IS 104 (41.02% from 255) = 30.23%
BLUE value IS 90 (35.55% from 255) = 26.16%
R=43.60%
G=30.23%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.4
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501049000.310.40.41142547.06
Hex96685A01F2829e192f
Octal2261501320375051163157
Binary1001011011010001011010011111101000101001111011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96685A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96685A; }

 p { color: rgb(150,104,90); }

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

<style>
 a { background-color: #96685A; }

 a { background-color: rgb(150,104,90); }

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

<style>
 span { border-color: #96685A; }

 span { border-color: rgb(150,104,90); }

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