#918650

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

Shades of Clay Creek #918650

Tints of Clay Creek #918650

Color information

#918650 (or 0x918650) is unknown color: approx Clay Creek. HEX triplet: 91, 86 and 50. RGB value is (145,134,80). Sum of RGB (Red+Green+Blue) = 145+134+80=359 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.39% from 359); Green value is 134 (52.73% from 255 or 37.33% from 359); Blue value is 80 (31.64% from 255 or 22.28% from 359); Max value from RGB is 145 - color contains mainly: red. Hex color #918650 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918650 is #6E79AF. Grayscale: #838383. Windows color (decimal): -7240112 or 5277329. OLE color: 5277329.

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

Color convert

RGB14513480-
CMYK00.080.450.43
HSL49.85º28.89%44.12%-
HSV(B)49.85º44.83%56.86%-
XYZ21.6523.6511.01-
YUV131.1399.14137.89-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.39%
GREEN value IS 134 (52.73% from 255) = 37.33%
BLUE value IS 80 (31.64% from 255) = 22.28%
R=40.39%
G=37.33%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451348000.080.450.4349.8528.8944.12
Hex918650082D2B321d2c
Octal2212061200105553623554
Binary100100011000011010100000100010110110101111001011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918650; }

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

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

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

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

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

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

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

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