#978656

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

Shades of Clay Creek #978656

Tints of Clay Creek #978656

Color information

#978656 (or 0x978656) is unknown color: approx Clay Creek. HEX triplet: 97, 86 and 56. RGB value is (151,134,86). Sum of RGB (Red+Green+Blue) = 151+134+86=371 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.70% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 86 (33.98% from 255 or 23.18% from 371); Max value from RGB is 151 - color contains mainly: red. Hex color #978656 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978656 is #6879A9. Grayscale: #858585. Windows color (decimal): -6846890 or 5670551. OLE color: 5670551.

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

Color convert

RGB15113486-
CMYK00.110.430.41
HSL44.31º27.43%46.47%-
HSV(B)44.31º43.05%59.22%-
XYZ22.9724.312.28-
YUV133.61101.13140.4-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.70%
GREEN value IS 134 (52.73% from 255) = 36.12%
BLUE value IS 86 (33.98% from 255) = 23.18%
R=40.70%
G=36.12%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511348600.110.430.4144.3127.4346.47
Hex9786560B2B292c1b2e
Octal2272061260135351543356
Binary100101111000011010101100101110101110100110110011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978656; }

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

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

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

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

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

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

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

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