#8E864F

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

Shades of Clay Creek #8E864F

Tints of Clay Creek #8E864F

Color information

#8E864F (or 0x8E864F) is unknown color: approx Clay Creek. HEX triplet: 8E, 86 and 4F. RGB value is (142,134,79). Sum of RGB (Red+Green+Blue) = 142+134+79=355 (47% of max value = 765). Red value is 142 (55.86% from 255 or 40% from 355); Green value is 134 (52.73% from 255 or 37.75% from 355); Blue value is 79 (31.25% from 255 or 22.25% from 355); Max value from RGB is 142 - color contains mainly: red. Hex color #8E864F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E864F is #7179B0. Grayscale: #828282. Windows color (decimal): -7436721 or 5211790. OLE color: 5211790.

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

Color convert

RGB14213479-
CMYK00.060.440.44
HSL52.38º28.51%43.33%-
HSV(B)52.38º44.37%55.69%-
XYZ21.0923.3710.8-
YUV130.1299.15136.47-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40%
GREEN value IS 134 (52.73% from 255) = 37.75%
BLUE value IS 79 (31.25% from 255) = 22.25%
R=40%
G=37.75%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421347900.060.440.4452.3828.5143.33
Hex8E864F062C2C341d2b
Octal216206117065454643553
Binary10001110100001101001111011010110010110011010011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E864F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,134,79); }

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

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

 a { background-color: rgb(142,134,79); }

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

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

 span { border-color: rgb(142,134,79); }

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