#6F525A

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

Shades of Cosmic #6F525A

Tints of Cosmic #6F525A

Color information

#6F525A (or 0x6F525A) is unknown color: approx Cosmic. HEX triplet: 6F, 52 and 5A. RGB value is (111,82,90). Sum of RGB (Red+Green+Blue) = 111+82+90=283 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.22% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 90 (35.55% from 255 or 31.80% from 283); Max value from RGB is 111 - color contains mainly: red. Hex color #6F525A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F525A is #90ADA5. Grayscale: #5B5B5B. Windows color (decimal): -9481638 or 5919343. OLE color: 5919343.

HSL color Cylindrical-coordinate representation of color #6F525A: hue angle of 343.45º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6F525A is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB1118290-
CMYK00.260.190.56
HSL343.45º15.03%37.84%-
HSV(B)343.45º26.13%43.53%-
XYZ11.4210.1511.03-
YUV91.58127.11141.85-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 39.22%
GREEN value IS 82 (32.42% from 255) = 28.98%
BLUE value IS 90 (35.55% from 255) = 31.80%
R=39.22%
G=28.98%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111829000.260.190.56343.4515.0337.84
Hex6F525A01A1338157f26
Octal15712213203223705271746
Binary110111110100101011010011010100111110001010101111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F525A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,82,90); }

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

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

 a { background-color: rgb(111,82,90); }

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

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

 span { border-color: rgb(111,82,90); }

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