#97695A

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

Shades of Au Chico #97695A

Tints of Au Chico #97695A

Color information

#97695A (or 0x97695A) is unknown color: approx Au Chico. HEX triplet: 97, 69 and 5A. RGB value is (151,105,90). Sum of RGB (Red+Green+Blue) = 151+105+90=346 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.64% from 346); Green value is 105 (41.41% from 255 or 30.35% from 346); Blue value is 90 (35.55% from 255 or 26.01% from 346); Max value from RGB is 151 - color contains mainly: red. Hex color #97695A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97695A is #6896A5. Grayscale: #757575. Windows color (decimal): -6854310 or 5925271. OLE color: 5925271.

HSL color Cylindrical-coordinate representation of color #97695A: hue angle of 14.75º 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 #97695A is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.41.

Color convert

RGB15110590-
CMYK00.300.400.41
HSL14.75º25.31%47.25%-
HSV(B)14.75º40.4%59.22%-
XYZ19.6617.4212-
YUV117.04112.74152.22-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.64%
GREEN value IS 105 (41.41% from 255) = 30.35%
BLUE value IS 90 (35.55% from 255) = 26.01%
R=43.64%
G=30.35%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.40
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511059000.300.400.4114.7525.3147.25
Hex97695A01E2829f192f
Octal2271511320365051173157
Binary1001011111010011011010011110101000101001111111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97695A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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