#978B59

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

Shades of Clay Creek #978B59

Tints of Clay Creek #978B59

Color information

#978B59 (or 0x978B59) is unknown color: approx Clay Creek. HEX triplet: 97, 8B and 59. RGB value is (151,139,89). Sum of RGB (Red+Green+Blue) = 151+139+89=379 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.84% from 379); Green value is 139 (54.69% from 255 or 36.68% from 379); Blue value is 89 (35.16% from 255 or 23.48% from 379); Max value from RGB is 151 - color contains mainly: red. Hex color #978B59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978B59 is #6874A6. Grayscale: #898989. Windows color (decimal): -6845607 or 5868439. OLE color: 5868439.

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

Color convert

RGB15113989-
CMYK00.080.410.41
HSL48.39º25.83%47.06%-
HSV(B)48.39º41.06%59.22%-
XYZ23.825.7713.17-
YUV136.89100.98138.07-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.84%
GREEN value IS 139 (54.69% from 255) = 36.68%
BLUE value IS 89 (35.16% from 255) = 23.48%
R=39.84%
G=36.68%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.41
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511398900.080.410.4148.3925.8347.06
Hex978B59082929301a2f
Octal2272131310105151603257
Binary100101111000101110110010100010100110100111000011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978B59; }

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

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

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

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

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

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

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

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