#996758

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

Shades of Au Chico #996758

Tints of Au Chico #996758

Color information

#996758 (or 0x996758) is unknown color: approx Au Chico. HEX triplet: 99, 67 and 58. RGB value is (153,103,88). Sum of RGB (Red+Green+Blue) = 153+103+88=344 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.48% from 344); Green value is 103 (40.62% from 255 or 29.94% from 344); Blue value is 88 (34.77% from 255 or 25.58% from 344); Max value from RGB is 153 - color contains mainly: red. Hex color #996758 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996758 is #6698A7. Grayscale: #747474. Windows color (decimal): -6723752 or 5793689. OLE color: 5793689.

HSL color Cylindrical-coordinate representation of color #996758: hue angle of 13.85º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #996758 is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.4.

Color convert

RGB15310388-
CMYK00.330.420.4
HSL13.85º26.97%47.25%-
HSV(B)13.85º42.48%60%-
XYZ19.7517.1811.51-
YUV116.24112.06154.22-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.48%
GREEN value IS 103 (40.62% from 255) = 29.94%
BLUE value IS 88 (34.77% from 255) = 25.58%
R=44.48%
G=29.94%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.42
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531038800.330.420.413.8526.9747.25
Hex9967580212A28e1b2f
Octal2311471300415250163357
Binary10011001110011110110000100001101010101000111011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996758; }

 p { color: rgb(153,103,88); }

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

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

 a { background-color: rgb(153,103,88); }

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

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

 span { border-color: rgb(153,103,88); }

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