#917E5C

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

Shades of Clay Creek #917E5C

Tints of Clay Creek #917E5C

Color information

#917E5C (or 0x917E5C) is unknown color: approx Clay Creek. HEX triplet: 91, 7E and 5C. RGB value is (145,126,92). Sum of RGB (Red+Green+Blue) = 145+126+92=363 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.94% from 363); Green value is 126 (49.61% from 255 or 34.71% from 363); Blue value is 92 (36.33% from 255 or 25.34% from 363); Max value from RGB is 145 - color contains mainly: red. Hex color #917E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917E5C is #6E81A3. Grayscale: #7F7F7F. Windows color (decimal): -7242148 or 6061713. OLE color: 6061713.

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

Color convert

RGB14512692-
CMYK00.130.370.43
HSL38.49º22.36%46.47%-
HSV(B)38.49º36.55%56.86%-
XYZ21.0721.7113.21-
YUV127.8107.79140.26-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.94%
GREEN value IS 126 (49.61% from 255) = 34.71%
BLUE value IS 92 (36.33% from 255) = 25.34%
R=39.94%
G=34.71%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.37
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451269200.130.370.4338.4922.3646.47
Hex917E5C0D252B26162e
Octal2211761340154553462656
Binary10010001111111010111000110110010110101110011010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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