#938D56

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

Shades of Clay Creek #938D56

Tints of Clay Creek #938D56

Color information

#938D56 (or 0x938D56) is unknown color: approx Clay Creek. HEX triplet: 93, 8D and 56. RGB value is (147,141,86). Sum of RGB (Red+Green+Blue) = 147+141+86=374 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.30% from 374); Green value is 141 (55.47% from 255 or 37.70% from 374); Blue value is 86 (33.98% from 255 or 22.99% from 374); Max value from RGB is 147 - color contains mainly: red. Hex color #938D56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938D56 is #6C72A9. Grayscale: #888888. Windows color (decimal): -7107242 or 5672339. OLE color: 5672339.

HSL color Cylindrical-coordinate representation of color #938D56: hue angle of 54.1º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #938D56 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB14714186-
CMYK00.040.410.42
HSL54.1º26.18%45.69%-
HSV(B)54.1º41.5%57.65%-
XYZ23.2425.9212.58-
YUV136.5299.49135.47-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.30%
GREEN value IS 141 (55.47% from 255) = 37.70%
BLUE value IS 86 (33.98% from 255) = 22.99%
R=39.30%
G=37.70%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471418600.040.410.4254.126.1845.69
Hex938D5604292A361a2e
Octal223215126045152663256
Binary10010011100011011010110010010100110101011011011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938D56; }

 p { color: rgb(147,141,86); }

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

<style>
 a { background-color: #938D56; }

 a { background-color: rgb(147,141,86); }

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

<style>
 span { border-color: #938D56; }

 span { border-color: rgb(147,141,86); }

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