#917E5D

Color #917E5D Clay Creek (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clay Creek #917E5D

Tints of Clay Creek #917E5D

Color information

#917E5D (or 0x917E5D) is unknown color: approx Clay Creek. HEX triplet: 91, 7E and 5D. RGB value is (145,126,93). Sum of RGB (Red+Green+Blue) = 145+126+93=364 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.84% from 364); Green value is 126 (49.61% from 255 or 34.62% from 364); Blue value is 93 (36.72% from 255 or 25.55% from 364); Max value from RGB is 145 - color contains mainly: red. Hex color #917E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917E5D is #6E81A2. Grayscale: #808080. Windows color (decimal): -7242147 or 6127249. OLE color: 6127249.

HSL color Cylindrical-coordinate representation of color #917E5D: hue angle of 38.08º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #917E5D is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB14512693-
CMYK00.130.360.43
HSL38.08º21.85%46.67%-
HSV(B)38.08º35.86%56.86%-
XYZ21.1121.7313.44-
YUV127.92108.29140.18-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.84%
GREEN value IS 126 (49.61% from 255) = 34.62%
BLUE value IS 93 (36.72% from 255) = 25.55%
R=39.84%
G=34.62%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451269300.130.360.4338.0821.8546.67
Hex917E5D0D242B26162f
Octal2211761350154453462657
Binary10010001111111010111010110110010010101110011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917E5D; }

 p { color: rgb(145,126,93); }

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

<style>
 a { background-color: #917E5D; }

 a { background-color: rgb(145,126,93); }

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

<style>
 span { border-color: #917E5D; }

 span { border-color: rgb(145,126,93); }

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