#918556

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

Shades of Clay Creek #918556

Tints of Clay Creek #918556

Color information

#918556 (or 0x918556) is unknown color: approx Clay Creek. HEX triplet: 91, 85 and 56. RGB value is (145,133,86). Sum of RGB (Red+Green+Blue) = 145+133+86=364 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.84% from 364); Green value is 133 (52.34% from 255 or 36.54% from 364); Blue value is 86 (33.98% from 255 or 23.63% from 364); Max value from RGB is 145 - color contains mainly: red. Hex color #918556 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918556 is #6E7AA9. Grayscale: #838383. Windows color (decimal): -7240362 or 5670289. OLE color: 5670289.

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

Color convert

RGB14513386-
CMYK00.080.410.43
HSL47.8º25.54%45.29%-
HSV(B)47.8º40.69%56.86%-
XYZ21.7423.4712.19-
YUV131.23102.48137.82-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.84%
GREEN value IS 133 (52.34% from 255) = 36.54%
BLUE value IS 86 (33.98% from 255) = 23.63%
R=39.84%
G=36.54%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.41
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451338600.080.410.4347.825.5445.29
Hex91855608292B301a2d
Octal2212051260105153603255
Binary100100011000010110101100100010100110101111000011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918556; }

 p { color: rgb(145,133,86); }

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

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

 a { background-color: rgb(145,133,86); }

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

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

 span { border-color: rgb(145,133,86); }

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