Html Css Color HEX #6F6C65 Ironside Grey

📋 copy color: '#6F6C65'

red 111 ◦ green 108 ◦ blue 101

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

Shades of Ironside Grey #6F6C65

Tints of Ironside Grey #6F6C65

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.75%

 BLUE value IS 101 (39.84% from 255) = 31.56%

R = 34.69%
G = 33.75%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#6F6C65 (or 0x6F6C65) is known color: Ironside Grey. HEX triplet: 6F, 6C and 65. RGB value is (111,108,101). Sum of RGB (Red+Green+Blue) = 111+108+101=320 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.69% from 320); Green value is 108 (42.58% from 255 or 33.75% from 320); Blue value is 101 (39.84% from 255 or 31.56% from 320); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6C65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6C65 is #90939A. Grayscale: #6C6C6C. Windows color (decimal): -9474971 or 6646895. OLE color: 6646895.

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

Color convert

RGB 111 108 101 -
CMYK 0 0.03 0.09 0.56
HSL 42º 0.05% 0.42% -
HSV(B) 42º 0.09% 0.44% -
XYZ 14.27 15.04 14.46 -
YUV 108.1 123.99 130.07 -
System Red Green Blue C M Y K H S L
Decimal 111 108 101 0 0.03 0.09 0.56 42 0.05 0.42
Hex 6F 6C 65 0 3 9 38 2A 5 2A
Octal 157 154 145 0 3 11 70 52 5 52
Binary 1101111 1101100 1100101 0 11 1001 111000 101010 101 101010

Color Harmonies of #6F6C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6C65

Black with #6F6C65

Text Example


Text Example

White with #6F6C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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