#9C695D

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

Shades of Au Chico #9C695D

Tints of Au Chico #9C695D

Color information

#9C695D (or 0x9C695D) is unknown color: approx Au Chico. HEX triplet: 9C, 69 and 5D. RGB value is (156,105,93). Sum of RGB (Red+Green+Blue) = 156+105+93=354 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.07% from 354); Green value is 105 (41.41% from 255 or 29.66% from 354); Blue value is 93 (36.72% from 255 or 26.27% from 354); Max value from RGB is 156 - color contains mainly: red. Hex color #9C695D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C695D is #6396A2. Grayscale: #767676. Windows color (decimal): -6526627 or 6121884. OLE color: 6121884.

HSL color Cylindrical-coordinate representation of color #9C695D: hue angle of 11.43º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9C695D is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.39.

Color convert

RGB15610593-
CMYK00.330.400.39
HSL11.43º25.3%48.82%-
HSV(B)11.43º40.38%61.18%-
XYZ20.7417.9612.73-
YUV118.88113.4154.48-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.07%
GREEN value IS 105 (41.41% from 255) = 29.66%
BLUE value IS 93 (36.72% from 255) = 26.27%
R=44.07%
G=29.66%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.40
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561059300.330.400.3911.4325.348.82
Hex9C695D0212827b1931
Octal2341511350415047133161
Binary10011100110100110111010100001101000100111101111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C695D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,105,93); }

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

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

 a { background-color: rgb(156,105,93); }

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

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

 span { border-color: rgb(156,105,93); }

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