#694F5F

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

Shades of Cosmic #694F5F

Tints of Cosmic #694F5F

Color information

#694F5F (or 0x694F5F) is unknown color: approx Cosmic. HEX triplet: 69, 4F and 5F. RGB value is (105,79,95). Sum of RGB (Red+Green+Blue) = 105+79+95=279 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.63% from 279); Green value is 79 (31.25% from 255 or 28.32% from 279); Blue value is 95 (37.5% from 255 or 34.05% from 279); Max value from RGB is 105 - color contains mainly: red. Hex color #694F5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #694F5F is #96B0A0. Grayscale: #585858. Windows color (decimal): -9875617 or 6246249. OLE color: 6246249.

HSL color Cylindrical-coordinate representation of color #694F5F: hue angle of 323.08º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #694F5F is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB1057995-
CMYK00.250.100.59
HSL323.08º14.13%36.08%-
HSV(B)323.08º24.76%41.18%-
XYZ10.699.4212.08-
YUV88.6131.61139.7-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.63%
GREEN value IS 79 (31.25% from 255) = 28.32%
BLUE value IS 95 (37.5% from 255) = 34.05%
R=37.63%
G=28.32%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105799500.250.100.59323.0814.1336.08
Hex694F5F019A3B143e24
Octal15111713703112735031644
Binary11010011001111101111101100110101110111010000111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694F5F; }

 p { color: rgb(105,79,95); }

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

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

 a { background-color: rgb(105,79,95); }

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

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

 span { border-color: rgb(105,79,95); }

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