#948650

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

Shades of Clay Creek #948650

Tints of Clay Creek #948650

Color information

#948650 (or 0x948650) is unknown color: approx Clay Creek. HEX triplet: 94, 86 and 50. RGB value is (148,134,80). Sum of RGB (Red+Green+Blue) = 148+134+80=362 (47% of max value = 765). Red value is 148 (58.20% from 255 or 40.88% from 362); Green value is 134 (52.73% from 255 or 37.02% from 362); Blue value is 80 (31.64% from 255 or 22.10% from 362); Max value from RGB is 148 - color contains mainly: red. Hex color #948650 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948650 is #6B79AF. Grayscale: #848484. Windows color (decimal): -7043504 or 5277332. OLE color: 5277332.

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

Color convert

RGB14813480-
CMYK00.090.460.42
HSL47.65º29.82%44.71%-
HSV(B)47.65º45.95%58.04%-
XYZ22.1923.9311.04-
YUV132.0398.64139.39-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.88%
GREEN value IS 134 (52.73% from 255) = 37.02%
BLUE value IS 80 (31.64% from 255) = 22.10%
R=40.88%
G=37.02%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481348000.090.460.4247.6529.8244.71
Hex948650092E2A301e2d
Octal2242061200115652603655
Binary100101001000011010100000100110111010101011000011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948650; }

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

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

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

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

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

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

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

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