#918456

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

Shades of Clay Creek #918456

Tints of Clay Creek #918456

Color information

#918456 (or 0x918456) is unknown color: approx Clay Creek. HEX triplet: 91, 84 and 56. RGB value is (145,132,86). Sum of RGB (Red+Green+Blue) = 145+132+86=363 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.94% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 86 (33.98% from 255 or 23.69% from 363); Max value from RGB is 145 - color contains mainly: red. Hex color #918456 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918456 is #6E7BA9. Grayscale: #828282. Windows color (decimal): -7240618 or 5670033. OLE color: 5670033.

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

Color convert

RGB14513286-
CMYK00.090.410.43
HSL46.78º25.54%45.29%-
HSV(B)46.78º40.69%56.86%-
XYZ21.6123.1912.14-
YUV130.64102.81138.24-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.94%
GREEN value IS 132 (51.95% from 255) = 36.36%
BLUE value IS 86 (33.98% from 255) = 23.69%
R=39.94%
G=36.36%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.41
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451328600.090.410.4346.7825.5445.29
Hex91845609292B2f1a2d
Octal2212041260115153573255
Binary100100011000010010101100100110100110101110111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918456; }

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

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

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

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

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

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

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

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