#996755

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

Shades of Au Chico #996755

Tints of Au Chico #996755

Color information

#996755 (or 0x996755) is unknown color: approx Au Chico. HEX triplet: 99, 67 and 55. RGB value is (153,103,85). Sum of RGB (Red+Green+Blue) = 153+103+85=341 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.87% from 341); Green value is 103 (40.62% from 255 or 30.21% from 341); Blue value is 85 (33.59% from 255 or 24.93% from 341); Max value from RGB is 153 - color contains mainly: red. Hex color #996755 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996755 is #6698AA. Grayscale: #747474. Windows color (decimal): -6723755 or 5597081. OLE color: 5597081.

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

Color convert

RGB15310385-
CMYK00.330.440.4
HSL15.88º28.57%46.67%-
HSV(B)15.88º44.44%60%-
XYZ19.6317.1310.87-
YUV115.9110.56154.46-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.87%
GREEN value IS 103 (40.62% from 255) = 30.21%
BLUE value IS 85 (33.59% from 255) = 24.93%
R=44.87%
G=30.21%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531038500.330.440.415.8828.5746.67
Hex9967550212C28101d2f
Octal2311471250415450203557
Binary100110011100111101010101000011011001010001000011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996755; }

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

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

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

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

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

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

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

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