#8D8650

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

Shades of Clay Creek #8D8650

Tints of Clay Creek #8D8650

Color information

#8D8650 (or 0x8D8650) is unknown color: approx Clay Creek. HEX triplet: 8D, 86 and 50. RGB value is (141,134,80). Sum of RGB (Red+Green+Blue) = 141+134+80=355 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.72% from 355); Green value is 134 (52.73% from 255 or 37.75% from 355); Blue value is 80 (31.64% from 255 or 22.54% from 355); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8650 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8650 is #7279AF. Grayscale: #828282. Windows color (decimal): -7502256 or 5277325. OLE color: 5277325.

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

Color convert

RGB14113480-
CMYK00.050.430.45
HSL53.11º27.6%43.33%-
HSV(B)53.11º43.26%55.29%-
XYZ20.9623.2910.98-
YUV129.9499.82135.89-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.72%
GREEN value IS 134 (52.73% from 255) = 37.75%
BLUE value IS 80 (31.64% from 255) = 22.54%
R=39.72%
G=37.75%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.43
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411348000.050.430.4553.1127.643.33
Hex8D8650052B2D351c2b
Octal215206120055355653453
Binary10001101100001101010000010110101110110111010111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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