#938A56

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

Shades of Clay Creek #938A56

Tints of Clay Creek #938A56

Color information

#938A56 (or 0x938A56) is unknown color: approx Clay Creek. HEX triplet: 93, 8A and 56. RGB value is (147,138,86). Sum of RGB (Red+Green+Blue) = 147+138+86=371 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.62% from 371); Green value is 138 (54.30% from 255 or 37.20% from 371); Blue value is 86 (33.98% from 255 or 23.18% from 371); Max value from RGB is 147 - color contains mainly: red. Hex color #938A56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938A56 is #6C75A9. Grayscale: #868686. Windows color (decimal): -7108010 or 5671571. OLE color: 5671571.

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

Color convert

RGB14713886-
CMYK00.060.410.42
HSL51.15º26.18%45.69%-
HSV(B)51.15º41.5%57.65%-
XYZ22.825.0512.44-
YUV134.76100.48136.73-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.62%
GREEN value IS 138 (54.30% from 255) = 37.20%
BLUE value IS 86 (33.98% from 255) = 23.18%
R=39.62%
G=37.20%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471388600.060.410.4251.1526.1845.69
Hex938A5606292A331a2e
Octal223212126065152633256
Binary10010011100010101010110011010100110101011001111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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