#805D6E

Color #805D6E Cosmic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cosmic #805D6E

Tints of Cosmic #805D6E

Color information

#805D6E (or 0x805D6E) is unknown color: approx Cosmic. HEX triplet: 80, 5D and 6E. RGB value is (128,93,110). Sum of RGB (Red+Green+Blue) = 128+93+110=331 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.67% from 331); Green value is 93 (36.72% from 255 or 28.10% from 331); Blue value is 110 (43.36% from 255 or 33.23% from 331); Max value from RGB is 128 - color contains mainly: red. Hex color #805D6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805D6E is #7FA291. Grayscale: #696969. Windows color (decimal): -8364690 or 7232896. OLE color: 7232896.

HSL color Cylindrical-coordinate representation of color #805D6E: hue angle of 330.86º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #805D6E is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.50.

Color convert

RGB12893110-
CMYK00.270.140.50
HSL330.86º15.84%43.33%-
HSV(B)330.86º27.34%50.2%-
XYZ15.6313.5416.54-
YUV105.4130.6144.12-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.67%
GREEN value IS 93 (36.72% from 255) = 28.10%
BLUE value IS 110 (43.36% from 255) = 33.23%
R=38.67%
G=28.10%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.14
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1289311000.270.140.50330.8615.8443.33
Hex805D6E01BE3214b102b
Octal20013515603316625132053
Binary1000000010111011101110011011111011001010100101110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805D6E; }

 p { color: rgb(128,93,110); }

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

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

 a { background-color: rgb(128,93,110); }

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

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

 span { border-color: rgb(128,93,110); }

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