#978850

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

Shades of Clay Creek #978850

Tints of Clay Creek #978850

Color information

#978850 (or 0x978850) is unknown color: approx Clay Creek. HEX triplet: 97, 88 and 50. RGB value is (151,136,80). Sum of RGB (Red+Green+Blue) = 151+136+80=367 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.14% from 367); Green value is 136 (53.52% from 255 or 37.06% from 367); Blue value is 80 (31.64% from 255 or 21.80% from 367); Max value from RGB is 151 - color contains mainly: red. Hex color #978850 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978850 is #6877AF. Grayscale: #868686. Windows color (decimal): -6846384 or 5277847. OLE color: 5277847.

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

Color convert

RGB15113680-
CMYK00.100.470.41
HSL47.32º30.74%45.29%-
HSV(B)47.32º47.02%59.22%-
XYZ23.0124.7711.16-
YUV134.197.47140.05-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.14%
GREEN value IS 136 (53.52% from 255) = 37.06%
BLUE value IS 80 (31.64% from 255) = 21.80%
R=41.14%
G=37.06%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511368000.100.470.4147.3230.7445.29
Hex9788500A2F292f1f2d
Octal2272101200125751573755
Binary100101111000100010100000101010111110100110111111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978850; }

 p { color: rgb(151,136,80); }

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

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

 a { background-color: rgb(151,136,80); }

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

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

 span { border-color: rgb(151,136,80); }

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