#99695A

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

Shades of Au Chico #99695A

Tints of Au Chico #99695A

Color information

#99695A (or 0x99695A) is unknown color: approx Au Chico. HEX triplet: 99, 69 and 5A. RGB value is (153,105,90). Sum of RGB (Red+Green+Blue) = 153+105+90=348 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.97% from 348); Green value is 105 (41.41% from 255 or 30.17% from 348); Blue value is 90 (35.55% from 255 or 25.86% from 348); Max value from RGB is 153 - color contains mainly: red. Hex color #99695A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99695A is #6696A5. Grayscale: #757575. Windows color (decimal): -6723238 or 5925273. OLE color: 5925273.

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

Color convert

RGB15310590-
CMYK00.310.410.4
HSL14.29º25.93%47.65%-
HSV(B)14.29º41.18%60%-
XYZ20.0317.6112.02-
YUV117.64112.4153.22-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.97%
GREEN value IS 105 (41.41% from 255) = 30.17%
BLUE value IS 90 (35.55% from 255) = 25.86%
R=43.97%
G=30.17%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531059000.310.410.414.2925.9347.65
Hex99695A01F2928e1a30
Octal2311511320375150163260
Binary1001100111010011011010011111101001101000111011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99695A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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