#918058

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

Shades of Clay Creek #918058

Tints of Clay Creek #918058

Color information

#918058 (or 0x918058) is unknown color: approx Clay Creek. HEX triplet: 91, 80 and 58. RGB value is (145,128,88). Sum of RGB (Red+Green+Blue) = 145+128+88=361 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.17% from 361); Green value is 128 (50.39% from 255 or 35.46% from 361); Blue value is 88 (34.77% from 255 or 24.38% from 361); Max value from RGB is 145 - color contains mainly: red. Hex color #918058 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918058 is #6E7FA7. Grayscale: #808080. Windows color (decimal): -7241640 or 5800081. OLE color: 5800081.

HSL color Cylindrical-coordinate representation of color #918058: hue angle of 42.11º 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 #918058 is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.43.

Color convert

RGB14512888-
CMYK00.120.390.43
HSL42.11º24.46%45.69%-
HSV(B)42.11º39.31%56.86%-
XYZ21.1622.1612.4-
YUV128.52105.13139.75-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.17%
GREEN value IS 128 (50.39% from 255) = 35.46%
BLUE value IS 88 (34.77% from 255) = 24.38%
R=40.17%
G=35.46%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.39
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451288800.120.390.4342.1124.4645.69
Hex9180580C272B2a182e
Octal2212001300144753523056
Binary100100011000000010110000110010011110101110101011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918058; }

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

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

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

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

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

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

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

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