#917E5A

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

Shades of Clay Creek #917E5A

Tints of Clay Creek #917E5A

Color information

#917E5A (or 0x917E5A) is unknown color: approx Clay Creek. HEX triplet: 91, 7E and 5A. RGB value is (145,126,90). Sum of RGB (Red+Green+Blue) = 145+126+90=361 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.17% from 361); Green value is 126 (49.61% from 255 or 34.90% from 361); Blue value is 90 (35.55% from 255 or 24.93% from 361); Max value from RGB is 145 - color contains mainly: red. Hex color #917E5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917E5A is #6E81A5. Grayscale: #7F7F7F. Windows color (decimal): -7242150 or 5930641. OLE color: 5930641.

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

Color convert

RGB14512690-
CMYK00.130.380.43
HSL39.27º23.4%46.08%-
HSV(B)39.27º37.93%56.86%-
XYZ20.9821.6812.75-
YUV127.58106.79140.43-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.17%
GREEN value IS 126 (49.61% from 255) = 34.90%
BLUE value IS 90 (35.55% from 255) = 24.93%
R=40.17%
G=34.90%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451269000.130.380.4339.2723.446.08
Hex917E5A0D262B27172e
Octal2211761320154653472756
Binary10010001111111010110100110110011010101110011110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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