#978959

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

Shades of Clay Creek #978959

Tints of Clay Creek #978959

Color information

#978959 (or 0x978959) is unknown color: approx Clay Creek. HEX triplet: 97, 89 and 59. RGB value is (151,137,89). Sum of RGB (Red+Green+Blue) = 151+137+89=377 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.05% from 377); Green value is 137 (53.91% from 255 or 36.34% from 377); Blue value is 89 (35.16% from 255 or 23.61% from 377); Max value from RGB is 151 - color contains mainly: red. Hex color #978959 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978959 is #6876A6. Grayscale: #878787. Windows color (decimal): -6846119 or 5867927. OLE color: 5867927.

HSL color Cylindrical-coordinate representation of color #978959: hue angle of 46.45º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #978959 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.41.

Color convert

RGB15113789-
CMYK00.090.410.41
HSL46.45º25.83%47.06%-
HSV(B)46.45º41.06%59.22%-
XYZ23.5125.1913.07-
YUV135.71101.64138.9-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.05%
GREEN value IS 137 (53.91% from 255) = 36.34%
BLUE value IS 89 (35.16% from 255) = 23.61%
R=40.05%
G=36.34%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.41
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511378900.090.410.4146.4525.8347.06
Hex9789590929292e1a2f
Octal2272111310115151563257
Binary100101111000100110110010100110100110100110111011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978959; }

 p { color: rgb(151,137,89); }

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

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

 a { background-color: rgb(151,137,89); }

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

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

 span { border-color: rgb(151,137,89); }

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