#6f475f

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

Shades of Cosmic #6F475F

Tints of Cosmic #6F475F

Color information

#6F475F (or 0x6F475F) is unknown color: approx Cosmic. HEX triplet: 6F, 47 and 5F. RGB value is (111,71,95). Sum of RGB (Red+Green+Blue) = 111+71+95=277 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.07% from 277); Green value is 71 (28.12% from 255 or 25.63% from 277); Blue value is 95 (37.5% from 255 or 34.30% from 277); Max value from RGB is 111 - color contains mainly: red. Hex color #6F475F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F475F is #90B8A0. Grayscale: #555555. Windows color (decimal): -9484449 or 6244207. OLE color: 6244207.

HSL color Cylindrical-coordinate representation of color #6F475F: hue angle of 324º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6F475F is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB1117195-
CMYK00.360.140.56
HSL324º21.98%35.69%-
HSV(B)324º36.04%43.53%-
XYZ10.878.7111.93-
YUV85.7133.25146.05-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 40.07%
GREEN value IS 71 (28.12% from 255) = 25.63%
BLUE value IS 95 (37.5% from 255) = 34.30%
R=40.07%
G=25.63%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111719500.360.140.5632421.9835.69
Hex6F475F024E381441624
Octal15710713704416705042644
Binary1101111100011110111110100100111011100010100010010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f475f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,71,95); }

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

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

 a { background-color: rgb(111,71,95); }

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

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

 span { border-color: rgb(111,71,95); }

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