#6A5963

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

Shades of Cosmic #6A5963

Tints of Cosmic #6A5963

Color information

#6A5963 (or 0x6A5963) is unknown color: approx Cosmic. HEX triplet: 6A, 59 and 63. RGB value is (106,89,99). Sum of RGB (Red+Green+Blue) = 106+89+99=294 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.05% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 99 (39.06% from 255 or 33.67% from 294); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5963 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5963 is #95A69C. Grayscale: #5F5F5F. Windows color (decimal): -9807517 or 6510954. OLE color: 6510954.

HSL color Cylindrical-coordinate representation of color #6A5963: hue angle of 324.71º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6A5963 is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB1068999-
CMYK00.160.070.58
HSL324.71º8.72%38.24%-
HSV(B)324.71º16.04%41.57%-
XYZ11.7711.1113.33-
YUV95.22130.13135.69-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.05%
GREEN value IS 89 (35.16% from 255) = 30.27%
BLUE value IS 99 (39.06% from 255) = 33.67%
R=36.05%
G=30.27%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.07
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106899900.160.070.58324.718.7238.24
Hex6A596301073A145926
Octal1521311430207725051146
Binary1101010101100111000110100001111110101010001011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A5963; }

 p { color: rgb(106,89,99); }

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

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

 a { background-color: rgb(106,89,99); }

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

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

 span { border-color: rgb(106,89,99); }

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