#917E4E

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

Shades of Clay Creek #917E4E

Tints of Clay Creek #917E4E

Color information

#917E4E (or 0x917E4E) is unknown color: approx Clay Creek. HEX triplet: 91, 7E and 4E. RGB value is (145,126,78). Sum of RGB (Red+Green+Blue) = 145+126+78=349 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.55% from 349); Green value is 126 (49.61% from 255 or 36.10% from 349); Blue value is 78 (30.86% from 255 or 22.35% from 349); Max value from RGB is 145 - color contains mainly: red. Hex color #917E4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917E4E is #6E81B1. Grayscale: #7E7E7E. Windows color (decimal): -7242162 or 5144209. OLE color: 5144209.

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

Color convert

RGB14512678-
CMYK00.130.460.43
HSL42.99º30.04%43.73%-
HSV(B)42.99º46.21%56.86%-
XYZ20.5121.4910.27-
YUV126.21100.79141.4-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.55%
GREEN value IS 126 (49.61% from 255) = 36.10%
BLUE value IS 78 (30.86% from 255) = 22.35%
R=41.55%
G=36.10%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.46
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451267800.130.460.4342.9930.0443.73
Hex917E4E0D2E2B2b1e2c
Octal2211761160155653533654
Binary10010001111111010011100110110111010101110101111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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