#948858

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

Shades of Clay Creek #948858

Tints of Clay Creek #948858

Color information

#948858 (or 0x948858) is unknown color: approx Clay Creek. HEX triplet: 94, 88 and 58. RGB value is (148,136,88). Sum of RGB (Red+Green+Blue) = 148+136+88=372 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.78% from 372); Green value is 136 (53.52% from 255 or 36.56% from 372); Blue value is 88 (34.77% from 255 or 23.66% from 372); Max value from RGB is 148 - color contains mainly: red. Hex color #948858 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948858 is #6B77A7. Grayscale: #868686. Windows color (decimal): -7042984 or 5802132. OLE color: 5802132.

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

Color convert

RGB14813688-
CMYK00.080.410.42
HSL48º25.42%46.27%-
HSV(B)48º40.54%58.04%-
XYZ22.7824.6112.78-
YUV134.12101.98137.9-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.78%
GREEN value IS 136 (53.52% from 255) = 36.56%
BLUE value IS 88 (34.77% from 255) = 23.66%
R=39.78%
G=36.56%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481368800.080.410.424825.4246.27
Hex94885808292A30192e
Octal2242101300105152603156
Binary100101001000100010110000100010100110101011000011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948858; }

 p { color: rgb(148,136,88); }

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

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

 a { background-color: rgb(148,136,88); }

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

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

 span { border-color: rgb(148,136,88); }

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