#938056

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

Shades of Clay Creek #938056

Tints of Clay Creek #938056

Color information

#938056 (or 0x938056) is unknown color: approx Clay Creek. HEX triplet: 93, 80 and 56. RGB value is (147,128,86). Sum of RGB (Red+Green+Blue) = 147+128+86=361 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.72% from 361); Green value is 128 (50.39% from 255 or 35.46% from 361); Blue value is 86 (33.98% from 255 or 23.82% from 361); Max value from RGB is 147 - color contains mainly: red. Hex color #938056 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938056 is #6C7FA9. Grayscale: #818181. Windows color (decimal): -7110570 or 5669011. OLE color: 5669011.

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

Color convert

RGB14712886-
CMYK00.130.410.42
HSL41.31º26.18%45.69%-
HSV(B)41.31º41.5%57.65%-
XYZ21.4322.3111.98-
YUV128.89103.79140.92-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.72%
GREEN value IS 128 (50.39% from 255) = 35.46%
BLUE value IS 86 (33.98% from 255) = 23.82%
R=40.72%
G=35.46%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471288600.130.410.4241.3126.1845.69
Hex9380560D292A291a2e
Octal2232001260155152513256
Binary100100111000000010101100110110100110101010100111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938056; }

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

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

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

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

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

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

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

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