#9D6051

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

Shades of Au Chico #9D6051

Tints of Au Chico #9D6051

Color information

#9D6051 (or 0x9D6051) is unknown color: approx Au Chico. HEX triplet: 9D, 60 and 51. RGB value is (157,96,81). Sum of RGB (Red+Green+Blue) = 157+96+81=334 (44% of max value = 765). Red value is 157 (61.72% from 255 or 47.01% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 81 (32.03% from 255 or 24.25% from 334); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6051 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6051 is #629FAE. Grayscale: #707070. Windows color (decimal): -6463407 or 5333149. OLE color: 5333149.

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

Color convert

RGB1579681-
CMYK00.390.480.38
HSL11.84º31.93%46.67%-
HSV(B)11.84º48.41%61.57%-
XYZ19.5716.139.87-
YUV112.53110.21159.72-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 47.01%
GREEN value IS 96 (37.89% from 255) = 28.74%
BLUE value IS 81 (32.03% from 255) = 24.25%
R=47.01%
G=28.74%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157968100.390.480.3811.8431.9346.67
Hex9D60510273026c202f
Octal2351401210476046144057
Binary100111011100000101000101001111100001001101100100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,96,81); }

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

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

 a { background-color: rgb(157,96,81); }

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

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

 span { border-color: rgb(157,96,81); }

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