#948659

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

Shades of Clay Creek #948659

Tints of Clay Creek #948659

Color information

#948659 (or 0x948659) is unknown color: approx Clay Creek. HEX triplet: 94, 86 and 59. RGB value is (148,134,89). Sum of RGB (Red+Green+Blue) = 148+134+89=371 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.89% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 89 (35.16% from 255 or 23.99% from 371); Max value from RGB is 148 - color contains mainly: red. Hex color #948659 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948659 is #6B79A6. Grayscale: #858585. Windows color (decimal): -7043495 or 5867156. OLE color: 5867156.

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

Color convert

RGB14813489-
CMYK00.090.400.42
HSL45.76º24.89%46.47%-
HSV(B)45.76º39.86%58.04%-
XYZ22.5424.0712.91-
YUV133.06103.14138.66-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.89%
GREEN value IS 134 (52.73% from 255) = 36.12%
BLUE value IS 89 (35.16% from 255) = 23.99%
R=39.89%
G=36.12%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481348900.090.400.4245.7624.8946.47
Hex94865909282A2e192e
Octal2242061310115052563156
Binary100101001000011010110010100110100010101010111011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948659; }

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

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

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

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

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

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

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

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