#918759

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

Shades of Clay Creek #918759

Tints of Clay Creek #918759

Color information

#918759 (or 0x918759) is unknown color: approx Clay Creek. HEX triplet: 91, 87 and 59. RGB value is (145,135,89). Sum of RGB (Red+Green+Blue) = 145+135+89=369 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.30% from 369); Green value is 135 (53.12% from 255 or 36.59% from 369); Blue value is 89 (35.16% from 255 or 24.12% from 369); Max value from RGB is 145 - color contains mainly: red. Hex color #918759 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918759 is #6E78A6. Grayscale: #848484. Windows color (decimal): -7239847 or 5867409. OLE color: 5867409.

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

Color convert

RGB14513589-
CMYK00.070.390.43
HSL49.29º23.93%45.88%-
HSV(B)49.29º38.62%56.86%-
XYZ22.1424.0712.93-
YUV132.75103.31136.74-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.30%
GREEN value IS 135 (53.12% from 255) = 36.59%
BLUE value IS 89 (35.16% from 255) = 24.12%
R=39.30%
G=36.59%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.39
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451358900.070.390.4349.2923.9345.88
Hex91875907272B31182e
Octal221207131074753613056
Binary10010001100001111011001011110011110101111000111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918759; }

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

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

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

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

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

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

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

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