#918150

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

Shades of Clay Creek #918150

Tints of Clay Creek #918150

Color information

#918150 (or 0x918150) is unknown color: approx Clay Creek. HEX triplet: 91, 81 and 50. RGB value is (145,129,80). Sum of RGB (Red+Green+Blue) = 145+129+80=354 (46% of max value = 765). Red value is 145 (57.03% from 255 or 40.96% from 354); Green value is 129 (50.78% from 255 or 36.44% from 354); Blue value is 80 (31.64% from 255 or 22.60% from 354); Max value from RGB is 145 - color contains mainly: red. Hex color #918150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918150 is #6E7EAF. Grayscale: #808080. Windows color (decimal): -7241392 or 5276049. OLE color: 5276049.

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

Color convert

RGB14512980-
CMYK00.110.450.43
HSL45.23º28.89%44.12%-
HSV(B)45.23º44.83%56.86%-
XYZ20.9822.310.79-
YUV128.2100.8139.98-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.96%
GREEN value IS 129 (50.78% from 255) = 36.44%
BLUE value IS 80 (31.64% from 255) = 22.60%
R=40.96%
G=36.44%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451298000.110.450.4345.2328.8944.12
Hex9181500B2D2B2d1d2c
Octal2212011200135553553554
Binary100100011000000110100000101110110110101110110111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918150; }

 p { color: rgb(145,129,80); }

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

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

 a { background-color: rgb(145,129,80); }

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

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

 span { border-color: rgb(145,129,80); }

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