#948A56

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

Shades of Clay Creek #948A56

Tints of Clay Creek #948A56

Color information

#948A56 (or 0x948A56) is unknown color: approx Clay Creek. HEX triplet: 94, 8A and 56. RGB value is (148,138,86). Sum of RGB (Red+Green+Blue) = 148+138+86=372 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.78% from 372); Green value is 138 (54.30% from 255 or 37.10% from 372); Blue value is 86 (33.98% from 255 or 23.12% from 372); Max value from RGB is 148 - color contains mainly: red. Hex color #948A56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948A56 is #6B75A9. Grayscale: #878787. Windows color (decimal): -7042474 or 5671572. OLE color: 5671572.

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

Color convert

RGB14813886-
CMYK00.070.420.42
HSL50.32º26.5%45.88%-
HSV(B)50.32º41.89%58.04%-
XYZ22.9825.1412.45-
YUV135.06100.31137.23-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.78%
GREEN value IS 138 (54.30% from 255) = 37.10%
BLUE value IS 86 (33.98% from 255) = 23.12%
R=39.78%
G=37.10%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481388600.070.420.4250.3226.545.88
Hex948A56072A2A321a2e
Octal224212126075252623256
Binary10010100100010101010110011110101010101011001011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948A56; }

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

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

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

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

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

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

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

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