#918051

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

Shades of Clay Creek #918051

Tints of Clay Creek #918051

Color information

#918051 (or 0x918051) is unknown color: approx Clay Creek. HEX triplet: 91, 80 and 51. RGB value is (145,128,81). Sum of RGB (Red+Green+Blue) = 145+128+81=354 (46% of max value = 765). Red value is 145 (57.03% from 255 or 40.96% from 354); Green value is 128 (50.39% from 255 or 36.16% from 354); Blue value is 81 (32.03% from 255 or 22.88% from 354); Max value from RGB is 145 - color contains mainly: red. Hex color #918051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918051 is #6E7FAE. Grayscale: #7F7F7F. Windows color (decimal): -7241647 or 5341329. OLE color: 5341329.

HSL color Cylindrical-coordinate representation of color #918051: hue angle of 44.06º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #918051 is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.43.

Color convert

RGB14512881-
CMYK00.120.440.43
HSL44.06º28.32%44.31%-
HSV(B)44.06º44.14%56.86%-
XYZ20.8822.0510.94-
YUV127.72101.63140.32-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.96%
GREEN value IS 128 (50.39% from 255) = 36.16%
BLUE value IS 81 (32.03% from 255) = 22.88%
R=40.96%
G=36.16%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.44
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451288100.120.440.4344.0628.3244.31
Hex9180510C2C2B2c1c2c
Octal2212001210145453543454
Binary100100011000000010100010110010110010101110110011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918051; }

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

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

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

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

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

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

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

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