#918656

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

Shades of Clay Creek #918656

Tints of Clay Creek #918656

Color information

#918656 (or 0x918656) is unknown color: approx Clay Creek. HEX triplet: 91, 86 and 56. RGB value is (145,134,86). Sum of RGB (Red+Green+Blue) = 145+134+86=365 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.73% from 365); Green value is 134 (52.73% from 255 or 36.71% from 365); Blue value is 86 (33.98% from 255 or 23.56% from 365); Max value from RGB is 145 - color contains mainly: red. Hex color #918656 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918656 is #6E79A9. Grayscale: #848484. Windows color (decimal): -7240106 or 5670545. OLE color: 5670545.

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

Color convert

RGB14513486-
CMYK00.080.410.43
HSL48.81º25.54%45.29%-
HSV(B)48.81º40.69%56.86%-
XYZ21.8823.7412.23-
YUV131.82102.14137.4-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.73%
GREEN value IS 134 (52.73% from 255) = 36.71%
BLUE value IS 86 (33.98% from 255) = 23.56%
R=39.73%
G=36.71%
B=23.56%

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
Decimal1451348600.080.410.4348.8125.5445.29
Hex91865608292B311a2d
Octal2212061260105153613255
Binary100100011000011010101100100010100110101111000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918656; }

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

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

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

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

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

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

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

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