#815667

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

Shades of Cosmic #815667

Tints of Cosmic #815667

Color information

#815667 (or 0x815667) is unknown color: approx Cosmic. HEX triplet: 81, 56 and 67. RGB value is (129,86,103). Sum of RGB (Red+Green+Blue) = 129+86+103=318 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.57% from 318); Green value is 86 (33.98% from 255 or 27.04% from 318); Blue value is 103 (40.62% from 255 or 32.39% from 318); Max value from RGB is 129 - color contains mainly: red. Hex color #815667 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815667 is #7EA998. Grayscale: #646464. Windows color (decimal): -8300953 or 6772353. OLE color: 6772353.

HSL color Cylindrical-coordinate representation of color #815667: hue angle of 336.28º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #815667 is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.49.

Color convert

RGB12986103-
CMYK00.330.200.49
HSL336.28º20%42.16%-
HSV(B)336.28º33.33%50.59%-
XYZ14.8312.314.42-
YUV100.8129.25148.12-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.57%
GREEN value IS 86 (33.98% from 255) = 27.04%
BLUE value IS 103 (40.62% from 255) = 32.39%
R=40.57%
G=27.04%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.20
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1298610300.330.200.49336.282042.16
Hex8156670211431150142a
Octal20112614704124615202452
Binary100000011010110110011101000011010011000110101000010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815667; }

 p { color: rgb(129,86,103); }

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

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

 a { background-color: rgb(129,86,103); }

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

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

 span { border-color: rgb(129,86,103); }

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