#99635A

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

Shades of Au Chico #99635A

Tints of Au Chico #99635A

Color information

#99635A (or 0x99635A) is unknown color: approx Au Chico. HEX triplet: 99, 63 and 5A. RGB value is (153,99,90). Sum of RGB (Red+Green+Blue) = 153+99+90=342 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.74% from 342); Green value is 99 (39.06% from 255 or 28.95% from 342); Blue value is 90 (35.55% from 255 or 26.32% from 342); Max value from RGB is 153 - color contains mainly: red. Hex color #99635A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99635A is #669CA5. Grayscale: #727272. Windows color (decimal): -6724774 or 5923737. OLE color: 5923737.

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

Color convert

RGB1539990-
CMYK00.350.410.4
HSL8.57º25.93%47.65%-
HSV(B)8.57º41.18%60%-
XYZ19.4416.4311.82-
YUV114.12114.39155.73-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.74%
GREEN value IS 99 (39.06% from 255) = 28.95%
BLUE value IS 90 (35.55% from 255) = 26.32%
R=44.74%
G=28.95%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153999000.350.410.48.5725.9347.65
Hex99635A023292891a30
Octal2311431320435150113260
Binary10011001110001110110100100011101001101000100111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99635A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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