#948959

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

Shades of Clay Creek #948959

Tints of Clay Creek #948959

Color information

#948959 (or 0x948959) is unknown color: approx Clay Creek. HEX triplet: 94, 89 and 59. RGB value is (148,137,89). Sum of RGB (Red+Green+Blue) = 148+137+89=374 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.57% from 374); Green value is 137 (53.91% from 255 or 36.63% from 374); Blue value is 89 (35.16% from 255 or 23.80% from 374); Max value from RGB is 148 - color contains mainly: red. Hex color #948959 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948959 is #6B76A6. Grayscale: #878787. Windows color (decimal): -7042727 or 5867924. OLE color: 5867924.

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

Color convert

RGB14813789-
CMYK00.070.400.42
HSL48.81º24.89%46.47%-
HSV(B)48.81º39.86%58.04%-
XYZ22.9624.9113.05-
YUV134.82102.14137.4-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.57%
GREEN value IS 137 (53.91% from 255) = 36.63%
BLUE value IS 89 (35.16% from 255) = 23.80%
R=39.57%
G=36.63%
B=23.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481378900.070.400.4248.8124.8946.47
Hex94895907282A31192e
Octal224211131075052613156
Binary10010100100010011011001011110100010101011000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948959; }

 p { color: rgb(148,137,89); }

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

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

 a { background-color: rgb(148,137,89); }

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

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

 span { border-color: rgb(148,137,89); }

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