#917E46

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

Shades of Clay Creek #917E46

Tints of Clay Creek #917E46

Color information

#917E46 (or 0x917E46) is unknown color: approx Clay Creek. HEX triplet: 91, 7E and 46. RGB value is (145,126,70). Sum of RGB (Red+Green+Blue) = 145+126+70=341 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.52% from 341); Green value is 126 (49.61% from 255 or 36.95% from 341); Blue value is 70 (27.73% from 255 or 20.53% from 341); Max value from RGB is 145 - color contains mainly: red. Hex color #917E46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917E46 is #6E81B9. Grayscale: #7D7D7D. Windows color (decimal): -7242170 or 4619921. OLE color: 4619921.

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

Color convert

RGB14512670-
CMYK00.130.520.43
HSL44.8º34.88%42.16%-
HSV(B)44.8º51.72%56.86%-
XYZ20.2421.388.85-
YUV125.396.79142.05-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.52%
GREEN value IS 126 (49.61% from 255) = 36.95%
BLUE value IS 70 (27.73% from 255) = 20.53%
R=42.52%
G=36.95%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.52
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451267000.130.520.4344.834.8842.16
Hex917E460D342B2d232a
Octal2211761060156453554352
Binary100100011111110100011001101110100101011101101100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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