#948356

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

Shades of Clay Creek #948356

Tints of Clay Creek #948356

Color information

#948356 (or 0x948356) is unknown color: approx Clay Creek. HEX triplet: 94, 83 and 56. RGB value is (148,131,86). Sum of RGB (Red+Green+Blue) = 148+131+86=365 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.55% from 365); Green value is 131 (51.56% from 255 or 35.89% from 365); Blue value is 86 (33.98% from 255 or 23.56% from 365); Max value from RGB is 148 - color contains mainly: red. Hex color #948356 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948356 is #6B7CA9. Grayscale: #838383. Windows color (decimal): -7044266 or 5669780. OLE color: 5669780.

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

Color convert

RGB14813186-
CMYK00.110.420.42
HSL43.55º26.5%45.88%-
HSV(B)43.55º41.89%58.04%-
XYZ22.0123.212.12-
YUV130.95102.63140.16-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.55%
GREEN value IS 131 (51.56% from 255) = 35.89%
BLUE value IS 86 (33.98% from 255) = 23.56%
R=40.55%
G=35.89%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481318600.110.420.4243.5526.545.88
Hex9483560B2A2A2c1a2e
Octal2242031260135252543256
Binary100101001000001110101100101110101010101010110011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948356; }

 p { color: rgb(148,131,86); }

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

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

 a { background-color: rgb(148,131,86); }

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

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

 span { border-color: rgb(148,131,86); }

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