#918351

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

Shades of Clay Creek #918351

Tints of Clay Creek #918351

Color information

#918351 (or 0x918351) is unknown color: approx Clay Creek. HEX triplet: 91, 83 and 51. RGB value is (145,131,81). Sum of RGB (Red+Green+Blue) = 145+131+81=357 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.62% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 81 (32.03% from 255 or 22.69% from 357); Max value from RGB is 145 - color contains mainly: red. Hex color #918351 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918351 is #6E7CAE. Grayscale: #818181. Windows color (decimal): -7240879 or 5342097. OLE color: 5342097.

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

Color convert

RGB14513181-
CMYK00.100.440.43
HSL46.88º28.32%44.31%-
HSV(B)46.88º44.14%56.86%-
XYZ21.2822.8511.07-
YUV129.49100.64139.07-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.62%
GREEN value IS 131 (51.56% from 255) = 36.69%
BLUE value IS 81 (32.03% from 255) = 22.69%
R=40.62%
G=36.69%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.44
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451318100.100.440.4346.8828.3244.31
Hex9183510A2C2B2f1c2c
Octal2212031210125453573454
Binary100100011000001110100010101010110010101110111111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918351; }

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

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

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

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

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

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

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

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