#918659

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

Shades of Clay Creek #918659

Tints of Clay Creek #918659

Color information

#918659 (or 0x918659) is unknown color: approx Clay Creek. HEX triplet: 91, 86 and 59. RGB value is (145,134,89). Sum of RGB (Red+Green+Blue) = 145+134+89=368 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.40% from 368); Green value is 134 (52.73% from 255 or 36.41% from 368); Blue value is 89 (35.16% from 255 or 24.18% from 368); Max value from RGB is 145 - color contains mainly: red. Hex color #918659 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918659 is #6E79A6. Grayscale: #848484. Windows color (decimal): -7240103 or 5867153. OLE color: 5867153.

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

Color convert

RGB14513489-
CMYK00.080.390.43
HSL48.21º23.93%45.88%-
HSV(B)48.21º38.62%56.86%-
XYZ22.0123.7912.88-
YUV132.16103.64137.16-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.40%
GREEN value IS 134 (52.73% from 255) = 36.41%
BLUE value IS 89 (35.16% from 255) = 24.18%
R=39.40%
G=36.41%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.39
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451348900.080.390.4348.2123.9345.88
Hex91865908272B30182e
Octal2212061310104753603056
Binary100100011000011010110010100010011110101111000011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918659; }

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

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

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

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

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

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

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

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