#995F4E

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

Shades of Au Chico #995F4E

Tints of Au Chico #995F4E

Color information

#995F4E (or 0x995F4E) is unknown color: approx Au Chico. HEX triplet: 99, 5F and 4E. RGB value is (153,95,78). Sum of RGB (Red+Green+Blue) = 153+95+78=326 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.93% from 326); Green value is 95 (37.5% from 255 or 29.14% from 326); Blue value is 78 (30.86% from 255 or 23.93% from 326); Max value from RGB is 153 - color contains mainly: red. Hex color #995F4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995F4E is #66A0B1. Grayscale: #6E6E6E. Windows color (decimal): -6725810 or 5136281. OLE color: 5136281.

HSL color Cylindrical-coordinate representation of color #995F4E: hue angle of 13.6º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #995F4E is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.4.

Color convert

RGB1539578-
CMYK00.380.490.4
HSL13.6º32.47%45.29%-
HSV(B)13.6º49.02%60%-
XYZ18.615.519.22-
YUV110.4109.72158.38-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.93%
GREEN value IS 95 (37.5% from 255) = 29.14%
BLUE value IS 78 (30.86% from 255) = 23.93%
R=46.93%
G=29.14%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.49
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153957800.380.490.413.632.4745.29
Hex995F4E0263128e202d
Octal2311371160466150164055
Binary100110011011111100111001001101100011010001110100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995F4E; }

 p { color: rgb(153,95,78); }

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

<style>
 a { background-color: #995F4E; }

 a { background-color: rgb(153,95,78); }

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

<style>
 span { border-color: #995F4E; }

 span { border-color: rgb(153,95,78); }

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