#8F8951

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

Shades of Clay Creek #8F8951

Tints of Clay Creek #8F8951

Color information

#8F8951 (or 0x8F8951) is unknown color: approx Clay Creek. HEX triplet: 8F, 89 and 51. RGB value is (143,137,81). Sum of RGB (Red+Green+Blue) = 143+137+81=361 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.61% from 361); Green value is 137 (53.91% from 255 or 37.95% from 361); Blue value is 81 (32.03% from 255 or 22.44% from 361); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8951 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8951 is #7076AE. Grayscale: #848484. Windows color (decimal): -7370415 or 5343631. OLE color: 5343631.

HSL color Cylindrical-coordinate representation of color #8F8951: hue angle of 54.19º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8F8951 is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.44.

Color convert

RGB14313781-
CMYK00.040.430.44
HSL54.19º27.68%43.92%-
HSV(B)54.19º43.36%56.08%-
XYZ21.7624.3311.33-
YUV132.4198.99135.55-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 39.61%
GREEN value IS 137 (53.91% from 255) = 37.95%
BLUE value IS 81 (32.03% from 255) = 22.44%
R=39.61%
G=37.95%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.43
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431378100.040.430.4454.1927.6843.92
Hex8F8951042B2C361c2c
Octal217211121045354663454
Binary10001111100010011010001010010101110110011011011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F8951; }

 p { color: rgb(143,137,81); }

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

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

 a { background-color: rgb(143,137,81); }

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

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

 span { border-color: rgb(143,137,81); }

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