Html Css Color HEX #8E864E Clay Creek

📋 copy color: '#8E864E'

red 142 ◦ green 134 ◦ blue 78

#8E864E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Clay Creek #8E864E

Tints of Clay Creek #8E864E

RGB

 RED value IS 142 (55.86% from 255) = 40.11%

 GREEN value IS 134 (52.73% from 255) = 37.85%

 BLUE value IS 78 (30.86% from 255) = 22.03%

R = 40.11%
G = 37.85%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.45

 K value IS 0.44

RGB Variations

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

Color information

#8E864E (or 0x8E864E) is known color: Clay Creek. HEX triplet: 8E, 86 and 4E. RGB value is (142,134,78). Sum of RGB (Red+Green+Blue) = 142+134+78=354 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.11% from 354); Green value is 134 (52.73% from 255 or 37.85% from 354); Blue value is 78 (30.86% from 255 or 22.03% from 354); Max value from RGB is 142 - color contains mainly: red. Hex color #8E864E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E864E is #7179B1. Grayscale: #828282. Windows color (decimal): -7436722 or 5146254. OLE color: 5146254.

HSL color Cylindrical-coordinate representation of color #8E864E: hue angle of 52.5º 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 #8E864E is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 134 78 -
CMYK 0 0.06 0.45 0.44
HSL 52.5º 0.29% 0.43% -
HSV(B) 52.5º 0.45% 0.56% -
XYZ 21.06 23.35 10.61 -
YUV 130.01 98.65 136.55 -
System Red Green Blue C M Y K H S L
Decimal 142 134 78 0 0.06 0.45 0.44 52.5 0.29 0.43
Hex 8E 86 4E 0 6 2D 2C 34 1D 2B
Octal 216 206 116 0 6 55 54 64 35 53
Binary 10001110 10000110 1001110 0 110 101101 101100 110100 11101 101011

Color Harmonies of #8E864E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E864E

Black with #8E864E

Text Example


Text Example

White with #8E864E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E864E;
 }
 .AnyTagClassName
 {
   color: #8E864E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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