Html Css Color HEX #6F525F Cosmic

📋 copy color: '#6F525F'

red 111 ◦ green 82 ◦ blue 95

#6F525F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cosmic #6F525F

Tints of Cosmic #6F525F

RGB

 RED value IS 111 (43.75% from 255) = 38.54%

 GREEN value IS 82 (32.42% from 255) = 28.47%

 BLUE value IS 95 (37.5% from 255) = 32.99%

R = 38.54%
G = 28.47%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#6F525F (or 0x6F525F) is known color: Cosmic. HEX triplet: 6F, 52 and 5F. RGB value is (111,82,95). Sum of RGB (Red+Green+Blue) = 111+82+95=288 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.54% from 288); Green value is 82 (32.42% from 255 or 28.47% from 288); Blue value is 95 (37.5% from 255 or 32.99% from 288); Max value from RGB is 111 - color contains mainly: red. Hex color #6F525F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F525F is #90ADA0. Grayscale: #5C5C5C. Windows color (decimal): -9481633 or 6247023. OLE color: 6247023.

HSL color Cylindrical-coordinate representation of color #6F525F: hue angle of 333.1º 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 #6F525F is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 82 95 -
CMYK 0 0.26 0.14 0.56
HSL 333.1º 0.15% 0.38% -
HSV(B) 333.1º 0.26% 0.44% -
XYZ 11.64 10.24 12.19 -
YUV 92.15 129.61 141.44 -
System Red Green Blue C M Y K H S L
Decimal 111 82 95 0 0.26 0.14 0.56 333.1 0.15 0.38
Hex 6F 52 5F 0 1A E 38 14D F 26
Octal 157 122 137 0 32 16 70 515 17 46
Binary 1101111 1010010 1011111 0 11010 1110 111000 101001101 1111 100110

Color Harmonies of #6F525F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F525F

Black with #6F525F

Text Example


Text Example

White with #6F525F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6F525F;
 }
 .AnyTagClassName
 {
   color: #6F525F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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