#918151

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

Shades of Clay Creek #918151

Tints of Clay Creek #918151

Color information

#918151 (or 0x918151) is unknown color: approx Clay Creek. HEX triplet: 91, 81 and 51. RGB value is (145,129,81). Sum of RGB (Red+Green+Blue) = 145+129+81=355 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.85% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 81 (32.03% from 255 or 22.82% from 355); Max value from RGB is 145 - color contains mainly: red. Hex color #918151 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918151 is #6E7EAE. Grayscale: #808080. Windows color (decimal): -7241391 or 5341585. OLE color: 5341585.

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

Color convert

RGB14512981-
CMYK00.110.440.43
HSL45º28.32%44.31%-
HSV(B)45º44.14%56.86%-
XYZ21.0122.3110.98-
YUV128.31101.3139.9-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.85%
GREEN value IS 129 (50.78% from 255) = 36.34%
BLUE value IS 81 (32.03% from 255) = 22.82%
R=40.85%
G=36.34%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.44
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451298100.110.440.434528.3244.31
Hex9181510B2C2B2d1c2c
Octal2212011210135453553454
Binary100100011000000110100010101110110010101110110111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918151; }

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

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

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

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

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

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

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

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