#8F864E

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

Shades of Clay Creek #8F864E

Tints of Clay Creek #8F864E

Color information

#8F864E (or 0x8F864E) is unknown color: approx Clay Creek. HEX triplet: 8F, 86 and 4E. RGB value is (143,134,78). Sum of RGB (Red+Green+Blue) = 143+134+78=355 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.28% from 355); Green value is 134 (52.73% from 255 or 37.75% from 355); Blue value is 78 (30.86% from 255 or 21.97% from 355); Max value from RGB is 143 - color contains mainly: red. Hex color #8F864E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F864E is #7079B1. Grayscale: #828282. Windows color (decimal): -7371186 or 5146255. OLE color: 5146255.

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

Color convert

RGB14313478-
CMYK00.060.450.44
HSL51.69º29.41%43.33%-
HSV(B)51.69º45.45%56.08%-
XYZ21.2323.4410.61-
YUV130.3198.48137.05-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 40.28%
GREEN value IS 134 (52.73% from 255) = 37.75%
BLUE value IS 78 (30.86% from 255) = 21.97%
R=40.28%
G=37.75%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.45
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431347800.060.450.4451.6929.4143.33
Hex8F864E062D2C341d2b
Octal217206116065554643553
Binary10001111100001101001110011010110110110011010011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F864E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,134,78); }

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

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

 a { background-color: rgb(143,134,78); }

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

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

 span { border-color: rgb(143,134,78); }

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