Html Css Color HEX #6F6E6C Ironside Grey

📋 copy color: '#6F6E6C'

red 111 ◦ green 110 ◦ blue 108

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

Shades of Ironside Grey #6F6E6C

Tints of Ironside Grey #6F6E6C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 33.43%

 BLUE value IS 108 (42.58% from 255) = 32.83%

R = 33.74%
G = 33.43%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#6F6E6C (or 0x6F6E6C) is known color: Ironside Grey. HEX triplet: 6F, 6E and 6C. RGB value is (111,110,108). Sum of RGB (Red+Green+Blue) = 111+110+108=329 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.74% from 329); Green value is 110 (43.36% from 255 or 33.43% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6E6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6E6C is #909193. Grayscale: #6E6E6E. Windows color (decimal): -9474452 or 7106159. OLE color: 7106159.

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

Color convert

RGB 111 110 108 -
CMYK 0 0.01 0.03 0.56
HSL 40º 0.01% 0.43% -
HSV(B) 40º 0.03% 0.44% -
XYZ 14.84 15.61 16.42 -
YUV 110.07 126.83 128.66 -
System Red Green Blue C M Y K H S L
Decimal 111 110 108 0 0.01 0.03 0.56 40 0.01 0.43
Hex 6F 6E 6C 0 1 3 38 28 1 2B
Octal 157 156 154 0 1 3 70 50 1 53
Binary 1101111 1101110 1101100 0 1 11 111000 101000 1 101011

Color Harmonies of #6F6E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6E6C

Black with #6F6E6C

Text Example


Text Example

White with #6F6E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,110,108); }

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

background-color css

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

 a { background-color: rgb(111,110,108); }

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

border-color css

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

 span { border-color: rgb(111,110,108); }

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