#918756

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

Shades of Clay Creek #918756

Tints of Clay Creek #918756

Color information

#918756 (or 0x918756) is unknown color: approx Clay Creek. HEX triplet: 91, 87 and 56. RGB value is (145,135,86). Sum of RGB (Red+Green+Blue) = 145+135+86=366 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.62% from 366); Green value is 135 (53.12% from 255 or 36.89% from 366); Blue value is 86 (33.98% from 255 or 23.50% from 366); Max value from RGB is 145 - color contains mainly: red. Hex color #918756 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918756 is #6E78A9. Grayscale: #848484. Windows color (decimal): -7239850 or 5670801. OLE color: 5670801.

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

Color convert

RGB14513586-
CMYK00.070.410.43
HSL49.83º25.54%45.29%-
HSV(B)49.83º40.69%56.86%-
XYZ22.0224.0212.28-
YUV132.4101.81136.98-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.62%
GREEN value IS 135 (53.12% from 255) = 36.89%
BLUE value IS 86 (33.98% from 255) = 23.50%
R=39.62%
G=36.89%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.41
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451358600.070.410.4349.8325.5445.29
Hex91875607292B321a2d
Octal221207126075153623255
Binary10010001100001111010110011110100110101111001011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918756; }

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

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

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

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

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

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

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

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