#918657

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

Shades of Clay Creek #918657

Tints of Clay Creek #918657

Color information

#918657 (or 0x918657) is unknown color: approx Clay Creek. HEX triplet: 91, 86 and 57. RGB value is (145,134,87). Sum of RGB (Red+Green+Blue) = 145+134+87=366 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.62% from 366); Green value is 134 (52.73% from 255 or 36.61% from 366); Blue value is 87 (34.38% from 255 or 23.77% from 366); Max value from RGB is 145 - color contains mainly: red. Hex color #918657 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918657 is #6E79A8. Grayscale: #848484. Windows color (decimal): -7240105 or 5736081. OLE color: 5736081.

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

Color convert

RGB14513487-
CMYK00.080.40.43
HSL48.62º25%45.49%-
HSV(B)48.62º40%56.86%-
XYZ21.9223.7612.45-
YUV131.93102.64137.32-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.62%
GREEN value IS 134 (52.73% from 255) = 36.61%
BLUE value IS 87 (34.38% from 255) = 23.77%
R=39.62%
G=36.61%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.4
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451348700.080.40.4348.622545.49
Hex91865708282B31192d
Octal2212061270105053613155
Binary100100011000011010101110100010100010101111000111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918657; }

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

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

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

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

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

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

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

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