#979056

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

Shades of Clay Creek #979056

Tints of Clay Creek #979056

Color information

#979056 (or 0x979056) is unknown color: approx Clay Creek. HEX triplet: 97, 90 and 56. RGB value is (151,144,86). Sum of RGB (Red+Green+Blue) = 151+144+86=381 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.63% from 381); Green value is 144 (56.64% from 255 or 37.80% from 381); Blue value is 86 (33.98% from 255 or 22.57% from 381); Max value from RGB is 151 - color contains mainly: red. Hex color #979056 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979056 is #686FA9. Grayscale: #8B8B8B. Windows color (decimal): -6844330 or 5673111. OLE color: 5673111.

HSL color Cylindrical-coordinate representation of color #979056: hue angle of 53.54º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #979056 is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.41.

Color convert

RGB15114486-
CMYK00.050.430.41
HSL53.54º27.43%46.47%-
HSV(B)53.54º43.05%59.22%-
XYZ24.4227.212.77-
YUV139.4897.82136.22-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.63%
GREEN value IS 144 (56.64% from 255) = 37.80%
BLUE value IS 86 (33.98% from 255) = 22.57%
R=39.63%
G=37.80%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511448600.050.430.4153.5427.4346.47
Hex979056052B29361b2e
Octal227220126055351663356
Binary10010111100100001010110010110101110100111011011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979056; }

 p { color: rgb(151,144,86); }

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

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

 a { background-color: rgb(151,144,86); }

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

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

 span { border-color: rgb(151,144,86); }

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