#918A58

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

Shades of Clay Creek #918A58

Tints of Clay Creek #918A58

Color information

#918A58 (or 0x918A58) is unknown color: approx Clay Creek. HEX triplet: 91, 8A and 58. RGB value is (145,138,88). Sum of RGB (Red+Green+Blue) = 145+138+88=371 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.08% from 371); Green value is 138 (54.30% from 255 or 37.20% from 371); Blue value is 88 (34.77% from 255 or 23.72% from 371); Max value from RGB is 145 - color contains mainly: red. Hex color #918A58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918A58 is #6E75A7. Grayscale: #868686. Windows color (decimal): -7239080 or 5802641. OLE color: 5802641.

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

Color convert

RGB14513888-
CMYK00.050.390.43
HSL52.63º24.46%45.69%-
HSV(B)52.63º39.31%56.86%-
XYZ22.5324.912.85-
YUV134.39101.82135.57-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.08%
GREEN value IS 138 (54.30% from 255) = 37.20%
BLUE value IS 88 (34.77% from 255) = 23.72%
R=39.08%
G=37.20%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.39
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451388800.050.390.4352.6324.4645.69
Hex918A5805272B35182e
Octal221212130054753653056
Binary10010001100010101011000010110011110101111010111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918A58; }

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

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

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

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

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

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

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

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