#918458

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

Shades of Clay Creek #918458

Tints of Clay Creek #918458

Color information

#918458 (or 0x918458) is unknown color: approx Clay Creek. HEX triplet: 91, 84 and 58. RGB value is (145,132,88). Sum of RGB (Red+Green+Blue) = 145+132+88=365 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.73% from 365); Green value is 132 (51.95% from 255 or 36.16% from 365); Blue value is 88 (34.77% from 255 or 24.11% from 365); Max value from RGB is 145 - color contains mainly: red. Hex color #918458 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918458 is #6E7BA7. Grayscale: #838383. Windows color (decimal): -7240616 or 5801105. OLE color: 5801105.

HSL color Cylindrical-coordinate representation of color #918458: hue angle of 46.32º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #918458 is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.43.

Color convert

RGB14513288-
CMYK00.090.390.43
HSL46.32º24.46%45.69%-
HSV(B)46.32º39.31%56.86%-
XYZ21.6923.2312.57-
YUV130.87103.81138.08-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.73%
GREEN value IS 132 (51.95% from 255) = 36.16%
BLUE value IS 88 (34.77% from 255) = 24.11%
R=39.73%
G=36.16%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.39
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451328800.090.390.4346.3224.4645.69
Hex91845809272B2e182e
Octal2212041300114753563056
Binary100100011000010010110000100110011110101110111011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918458; }

 p { color: rgb(145,132,88); }

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

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

 a { background-color: rgb(145,132,88); }

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

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

 span { border-color: rgb(145,132,88); }

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