#918157

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

Shades of Clay Creek #918157

Tints of Clay Creek #918157

Color information

#918157 (or 0x918157) is unknown color: approx Clay Creek. HEX triplet: 91, 81 and 57. RGB value is (145,129,87). Sum of RGB (Red+Green+Blue) = 145+129+87=361 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.17% from 361); Green value is 129 (50.78% from 255 or 35.73% from 361); Blue value is 87 (34.38% from 255 or 24.10% from 361); Max value from RGB is 145 - color contains mainly: red. Hex color #918157 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918157 is #6E7EA8. Grayscale: #818181. Windows color (decimal): -7241385 or 5734801. OLE color: 5734801.

HSL color Cylindrical-coordinate representation of color #918157: hue angle of 43.45º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #918157 is Cyan = 0, Magento = 0.11, Yellow = 0.4 and Black (K on CMYK) = 0.43.

Color convert

RGB14512987-
CMYK00.110.40.43
HSL43.45º25%45.49%-
HSV(B)43.45º40%56.86%-
XYZ21.2522.4112.22-
YUV129104.3139.42-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.17%
GREEN value IS 129 (50.78% from 255) = 35.73%
BLUE value IS 87 (34.38% from 255) = 24.10%
R=40.17%
G=35.73%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.4
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451298700.110.40.4343.452545.49
Hex9181570B282B2b192d
Octal2212011270135053533155
Binary100100011000000110101110101110100010101110101111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918157; }

 p { color: rgb(145,129,87); }

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

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

 a { background-color: rgb(145,129,87); }

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

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

 span { border-color: rgb(145,129,87); }

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