#917F46

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

Shades of Clay Creek #917F46

Tints of Clay Creek #917F46

Color information

#917F46 (or 0x917F46) is unknown color: approx Clay Creek. HEX triplet: 91, 7F and 46. RGB value is (145,127,70). Sum of RGB (Red+Green+Blue) = 145+127+70=342 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.40% from 342); Green value is 127 (50% from 255 or 37.13% from 342); Blue value is 70 (27.73% from 255 or 20.47% from 342); Max value from RGB is 145 - color contains mainly: red. Hex color #917F46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917F46 is #6E80B9. Grayscale: #7E7E7E. Windows color (decimal): -7241914 or 4620177. OLE color: 4620177.

HSL color Cylindrical-coordinate representation of color #917F46: hue angle of 45.6º 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 #917F46 is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.43.

Color convert

RGB14512770-
CMYK00.120.520.43
HSL45.6º34.88%42.16%-
HSV(B)45.6º51.72%56.86%-
XYZ20.3721.648.9-
YUV125.8896.46141.63-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.40%
GREEN value IS 127 (50% from 255) = 37.13%
BLUE value IS 70 (27.73% from 255) = 20.47%
R=42.40%
G=37.13%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.52
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451277000.120.520.4345.634.8842.16
Hex917F460C342B2e232a
Octal2211771060146453564352
Binary100100011111111100011001100110100101011101110100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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