#938C56

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

Shades of Clay Creek #938C56

Tints of Clay Creek #938C56

Color information

#938C56 (or 0x938C56) is unknown color: approx Clay Creek. HEX triplet: 93, 8C and 56. RGB value is (147,140,86). Sum of RGB (Red+Green+Blue) = 147+140+86=373 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.41% from 373); Green value is 140 (55.08% from 255 or 37.53% from 373); Blue value is 86 (33.98% from 255 or 23.06% from 373); Max value from RGB is 147 - color contains mainly: red. Hex color #938C56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938C56 is #6C73A9. Grayscale: #888888. Windows color (decimal): -7107498 or 5672083. OLE color: 5672083.

HSL color Cylindrical-coordinate representation of color #938C56: hue angle of 53.11º 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 #938C56 is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB14714086-
CMYK00.050.410.42
HSL53.11º26.18%45.69%-
HSV(B)53.11º41.5%57.65%-
XYZ23.0925.6312.53-
YUV135.9499.82135.89-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.41%
GREEN value IS 140 (55.08% from 255) = 37.53%
BLUE value IS 86 (33.98% from 255) = 23.06%
R=39.41%
G=37.53%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471408600.050.410.4253.1126.1845.69
Hex938C5605292A351a2e
Octal223214126055152653256
Binary10010011100011001010110010110100110101011010111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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