#948856

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

Shades of Clay Creek #948856

Tints of Clay Creek #948856

Color information

#948856 (or 0x948856) is unknown color: approx Clay Creek. HEX triplet: 94, 88 and 56. RGB value is (148,136,86). Sum of RGB (Red+Green+Blue) = 148+136+86=370 (49% of max value = 765). Red value is 148 (58.20% from 255 or 40% from 370); Green value is 136 (53.52% from 255 or 36.76% from 370); Blue value is 86 (33.98% from 255 or 23.24% from 370); Max value from RGB is 148 - color contains mainly: red. Hex color #948856 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948856 is #6B77A9. Grayscale: #868686. Windows color (decimal): -7042986 or 5671060. OLE color: 5671060.

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

Color convert

RGB14813686-
CMYK00.080.420.42
HSL48.39º26.5%45.88%-
HSV(B)48.39º41.89%58.04%-
XYZ22.724.5812.35-
YUV133.89100.98138.07-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40%
GREEN value IS 136 (53.52% from 255) = 36.76%
BLUE value IS 86 (33.98% from 255) = 23.24%
R=40%
G=36.76%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481368600.080.420.4248.3926.545.88
Hex948856082A2A301a2e
Octal2242101260105252603256
Binary100101001000100010101100100010101010101011000011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948856; }

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

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

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

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

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

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

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

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