#9D675D

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

Shades of Au Chico #9D675D

Tints of Au Chico #9D675D

Color information

#9D675D (or 0x9D675D) is unknown color: approx Au Chico. HEX triplet: 9D, 67 and 5D. RGB value is (157,103,93). Sum of RGB (Red+Green+Blue) = 157+103+93=353 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.48% from 353); Green value is 103 (40.62% from 255 or 29.18% from 353); Blue value is 93 (36.72% from 255 or 26.35% from 353); Max value from RGB is 157 - color contains mainly: red. Hex color #9D675D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D675D is #6298A2. Grayscale: #767676. Windows color (decimal): -6461603 or 6121373. OLE color: 6121373.

HSL color Cylindrical-coordinate representation of color #9D675D: hue angle of 9.38º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9D675D is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.38.

Color convert

RGB15710393-
CMYK00.340.410.38
HSL9.38º25.6%49.02%-
HSV(B)9.38º40.76%61.57%-
XYZ20.7317.6612.67-
YUV118.01113.89155.81-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.48%
GREEN value IS 103 (40.62% from 255) = 29.18%
BLUE value IS 93 (36.72% from 255) = 26.35%
R=44.48%
G=29.18%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.41
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571039300.340.410.389.3825.649.02
Hex9D675D022292691a31
Octal2351471350425146113261
Binary10011101110011110111010100010101001100110100111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D675D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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