#95695A

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

Shades of Au Chico #95695A

Tints of Au Chico #95695A

Color information

#95695A (or 0x95695A) is unknown color: approx Au Chico. HEX triplet: 95, 69 and 5A. RGB value is (149,105,90). Sum of RGB (Red+Green+Blue) = 149+105+90=344 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.31% from 344); Green value is 105 (41.41% from 255 or 30.52% from 344); Blue value is 90 (35.55% from 255 or 26.16% from 344); Max value from RGB is 149 - color contains mainly: red. Hex color #95695A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95695A is #6A96A5. Grayscale: #747474. Windows color (decimal): -6985382 or 5925269. OLE color: 5925269.

HSL color Cylindrical-coordinate representation of color #95695A: hue angle of 15.25º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95695A is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB14910590-
CMYK00.300.400.42
HSL15.25º24.69%46.86%-
HSV(B)15.25º39.6%58.43%-
XYZ19.2917.2311.98-
YUV116.45113.08151.22-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.31%
GREEN value IS 105 (41.41% from 255) = 30.52%
BLUE value IS 90 (35.55% from 255) = 26.16%
R=43.31%
G=30.52%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491059000.300.400.4215.2524.6946.86
Hex95695A01E282Af192f
Octal2251511320365052173157
Binary1001010111010011011010011110101000101010111111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95695A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,105,90); }

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

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

 a { background-color: rgb(149,105,90); }

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

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

 span { border-color: rgb(149,105,90); }

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