#918c54

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

Shades of Clay Creek #918C54

Tints of Clay Creek #918C54

Color information

#918C54 (or 0x918C54) is unknown color: approx Clay Creek. HEX triplet: 91, 8C and 54. RGB value is (145,140,84). Sum of RGB (Red+Green+Blue) = 145+140+84=369 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.30% from 369); Green value is 140 (55.08% from 255 or 37.94% from 369); Blue value is 84 (33.20% from 255 or 22.76% from 369); Max value from RGB is 145 - color contains mainly: red. Hex color #918C54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918C54 is #6E73AB. Grayscale: #878787. Windows color (decimal): -7238572 or 5541009. OLE color: 5541009.

HSL color Cylindrical-coordinate representation of color #918C54: hue angle of 55.08º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #918C54 is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.43.

Color convert

RGB14514084-
CMYK00.030.420.43
HSL55.08º26.64%44.9%-
HSV(B)55.08º42.07%56.86%-
XYZ22.6625.4212.1-
YUV135.1199.16135.05-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.30%
GREEN value IS 140 (55.08% from 255) = 37.94%
BLUE value IS 84 (33.20% from 255) = 22.76%
R=39.30%
G=37.94%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.42
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451408400.030.420.4355.0826.6444.9
Hex918C54032A2B371b2d
Octal221214124035253673355
Binary1001000110001100101010001110101010101111011111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918c54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,140,84); }

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

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

 a { background-color: rgb(145,140,84); }

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

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

 span { border-color: rgb(145,140,84); }

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