#8E8650

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

Shades of Clay Creek #8E8650

Tints of Clay Creek #8E8650

Color information

#8E8650 (or 0x8E8650) is unknown color: approx Clay Creek. HEX triplet: 8E, 86 and 50. RGB value is (142,134,80). Sum of RGB (Red+Green+Blue) = 142+134+80=356 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.89% from 356); Green value is 134 (52.73% from 255 or 37.64% from 356); Blue value is 80 (31.64% from 255 or 22.47% from 356); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8650 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8650 is #7179AF. Grayscale: #828282. Windows color (decimal): -7436720 or 5277326. OLE color: 5277326.

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

Color convert

RGB14213480-
CMYK00.060.440.44
HSL52.26º27.93%43.53%-
HSV(B)52.26º43.66%55.69%-
XYZ21.1323.3810.99-
YUV130.2499.65136.39-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.89%
GREEN value IS 134 (52.73% from 255) = 37.64%
BLUE value IS 80 (31.64% from 255) = 22.47%
R=39.89%
G=37.64%
B=22.47%

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
Decimal1421348000.060.440.4452.2627.9343.53
Hex8E8650062C2C341c2c
Octal216206120065454643454
Binary10001110100001101010000011010110010110011010011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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