#9D6752

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

Shades of Au Chico #9D6752

Tints of Au Chico #9D6752

Color information

#9D6752 (or 0x9D6752) is unknown color: approx Au Chico. HEX triplet: 9D, 67 and 52. RGB value is (157,103,82). Sum of RGB (Red+Green+Blue) = 157+103+82=342 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.91% from 342); Green value is 103 (40.62% from 255 or 30.12% from 342); Blue value is 82 (32.42% from 255 or 23.98% from 342); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6752 is #6298AD. Grayscale: #747474. Windows color (decimal): -6461614 or 5400477. OLE color: 5400477.

HSL color Cylindrical-coordinate representation of color #9D6752: hue angle of 16.8º 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 #9D6752 is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.38.

Color convert

RGB15710382-
CMYK00.340.480.38
HSL16.8º31.38%46.86%-
HSV(B)16.8º47.77%61.57%-
XYZ20.2817.4810.29-
YUV116.75108.39156.71-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 45.91%
GREEN value IS 103 (40.62% from 255) = 30.12%
BLUE value IS 82 (32.42% from 255) = 23.98%
R=45.91%
G=30.12%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571038200.340.480.3816.831.3846.86
Hex9D67520223026111f2f
Octal2351471220426046213757
Binary100111011100111101001001000101100001001101000111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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