#918856

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

Shades of Clay Creek #918856

Tints of Clay Creek #918856

Color information

#918856 (or 0x918856) is unknown color: approx Clay Creek. HEX triplet: 91, 88 and 56. RGB value is (145,136,86). Sum of RGB (Red+Green+Blue) = 145+136+86=367 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.51% from 367); Green value is 136 (53.52% from 255 or 37.06% from 367); Blue value is 86 (33.98% from 255 or 23.43% from 367); Max value from RGB is 145 - color contains mainly: red. Hex color #918856 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918856 is #6E77A9. Grayscale: #858585. Windows color (decimal): -7239594 or 5671057. OLE color: 5671057.

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

Color convert

RGB14513686-
CMYK00.060.410.43
HSL50.85º25.54%45.29%-
HSV(B)50.85º40.69%56.86%-
XYZ22.1624.312.33-
YUV132.99101.48136.57-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.51%
GREEN value IS 136 (53.52% from 255) = 37.06%
BLUE value IS 86 (33.98% from 255) = 23.43%
R=39.51%
G=37.06%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.41
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451368600.060.410.4350.8525.5445.29
Hex91885606292B331a2d
Octal221210126065153633255
Binary10010001100010001010110011010100110101111001111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918856; }

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

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

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

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

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

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

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

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