#9D6652

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

Shades of Au Chico #9D6652

Tints of Au Chico #9D6652

Color information

#9D6652 (or 0x9D6652) is unknown color: approx Au Chico. HEX triplet: 9D, 66 and 52. RGB value is (157,102,82). Sum of RGB (Red+Green+Blue) = 157+102+82=341 (45% of max value = 765). Red value is 157 (61.72% from 255 or 46.04% from 341); Green value is 102 (40.23% from 255 or 29.91% from 341); Blue value is 82 (32.42% from 255 or 24.05% from 341); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6652 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6652 is #6299AD. Grayscale: #747474. Windows color (decimal): -6461870 or 5400221. OLE color: 5400221.

HSL color Cylindrical-coordinate representation of color #9D6652: hue angle of 16º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9D6652 is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.38.

Color convert

RGB15710282-
CMYK00.350.480.38
HSL16º31.38%46.86%-
HSV(B)16º47.77%61.57%-
XYZ20.1817.2810.25-
YUV116.16108.72157.13-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 46.04%
GREEN value IS 102 (40.23% from 255) = 29.91%
BLUE value IS 82 (32.42% from 255) = 24.05%
R=46.04%
G=29.91%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571028200.350.480.381631.3846.86
Hex9D66520233026101f2f
Octal2351461220436046203757
Binary100111011100110101001001000111100001001101000011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D6652; }

 p { color: rgb(157,102,82); }

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

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

 a { background-color: rgb(157,102,82); }

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

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

 span { border-color: rgb(157,102,82); }

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