#99685A

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

Shades of Au Chico #99685A

Tints of Au Chico #99685A

Color information

#99685A (or 0x99685A) is unknown color: approx Au Chico. HEX triplet: 99, 68 and 5A. RGB value is (153,104,90). Sum of RGB (Red+Green+Blue) = 153+104+90=347 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.09% from 347); Green value is 104 (41.02% from 255 or 29.97% from 347); Blue value is 90 (35.55% from 255 or 25.94% from 347); Max value from RGB is 153 - color contains mainly: red. Hex color #99685A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99685A is #6697A5. Grayscale: #757575. Windows color (decimal): -6723494 or 5925017. OLE color: 5925017.

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

Color convert

RGB15310490-
CMYK00.320.410.4
HSL13.33º25.93%47.65%-
HSV(B)13.33º41.18%60%-
XYZ19.9317.4111.98-
YUV117.06112.73153.64-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.09%
GREEN value IS 104 (41.02% from 255) = 29.97%
BLUE value IS 90 (35.55% from 255) = 25.94%
R=44.09%
G=29.97%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531049000.320.410.413.3325.9347.65
Hex99685A0202928d1a30
Octal2311501320405150153260
Binary10011001110100010110100100000101001101000110111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99685A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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