#917D56

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

Shades of Clay Creek #917D56

Tints of Clay Creek #917D56

Color information

#917D56 (or 0x917D56) is unknown color: approx Clay Creek. HEX triplet: 91, 7D and 56. RGB value is (145,125,86). Sum of RGB (Red+Green+Blue) = 145+125+86=356 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.73% from 356); Green value is 125 (49.22% from 255 or 35.11% from 356); Blue value is 86 (33.98% from 255 or 24.16% from 356); Max value from RGB is 145 - color contains mainly: red. Hex color #917D56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917D56 is #6E82A9. Grayscale: #7E7E7E. Windows color (decimal): -7242410 or 5668241. OLE color: 5668241.

HSL color Cylindrical-coordinate representation of color #917D56: hue angle of 39.66º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #917D56 is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.43.

Color convert

RGB14512586-
CMYK00.140.410.43
HSL39.66º25.54%45.29%-
HSV(B)39.66º40.69%56.86%-
XYZ20.6921.3611.84-
YUV126.53105.13141.17-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.73%
GREEN value IS 125 (49.22% from 255) = 35.11%
BLUE value IS 86 (33.98% from 255) = 24.16%
R=40.73%
G=35.11%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.41
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451258600.140.410.4339.6625.5445.29
Hex917D560E292B281a2d
Octal2211751260165153503255
Binary10010001111110110101100111010100110101110100011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,125,86); }

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

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

 a { background-color: rgb(145,125,86); }

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

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

 span { border-color: rgb(145,125,86); }

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