#978956

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

Shades of Clay Creek #978956

Tints of Clay Creek #978956

Color information

#978956 (or 0x978956) is unknown color: approx Clay Creek. HEX triplet: 97, 89 and 56. RGB value is (151,137,86). Sum of RGB (Red+Green+Blue) = 151+137+86=374 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.37% from 374); Green value is 137 (53.91% from 255 or 36.63% from 374); Blue value is 86 (33.98% from 255 or 22.99% from 374); Max value from RGB is 151 - color contains mainly: red. Hex color #978956 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978956 is #6876A9. Grayscale: #878787. Windows color (decimal): -6846122 or 5671319. OLE color: 5671319.

HSL color Cylindrical-coordinate representation of color #978956: hue angle of 47.08º 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 #978956 is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.41.

Color convert

RGB15113786-
CMYK00.090.430.41
HSL47.08º27.43%46.47%-
HSV(B)47.08º43.05%59.22%-
XYZ23.3925.1412.42-
YUV135.37100.14139.15-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.37%
GREEN value IS 137 (53.91% from 255) = 36.63%
BLUE value IS 86 (33.98% from 255) = 22.99%
R=40.37%
G=36.63%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511378600.090.430.4147.0827.4346.47
Hex978956092B292f1b2e
Octal2272111260115351573356
Binary100101111000100110101100100110101110100110111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978956; }

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

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

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

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

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

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

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

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