Html Css Color HEX #6D6961 Ironside Grey

📋 copy color: '#6D6961'

red 109 ◦ green 105 ◦ blue 97

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

Shades of Ironside Grey #6D6961

Tints of Ironside Grey #6D6961

RGB

 RED value IS 109 (42.97% from 255) = 35.05%

 GREEN value IS 105 (41.41% from 255) = 33.76%

 BLUE value IS 97 (38.28% from 255) = 31.19%

R = 35.05%
G = 33.76%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.11

 K value IS 0.57

RGB Variations

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

Color information

#6D6961 (or 0x6D6961) is known color: Ironside Grey. HEX triplet: 6D, 69 and 61. RGB value is (109,105,97). Sum of RGB (Red+Green+Blue) = 109+105+97=311 (41% of max value = 765). Red value is 109 (42.97% from 255 or 35.05% from 311); Green value is 105 (41.41% from 255 or 33.76% from 311); Blue value is 97 (38.28% from 255 or 31.19% from 311); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6961 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6961 is #92969E. Grayscale: #696969. Windows color (decimal): -9606815 or 6383981. OLE color: 6383981.

HSL color Cylindrical-coordinate representation of color #6D6961: hue angle of 40º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6D6961 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 105 97 -
CMYK 0 0.04 0.11 0.57
HSL 40º 0.06% 0.4% -
HSV(B) 40º 0.11% 0.43% -
XYZ 13.52 14.22 13.34 -
YUV 105.28 123.33 130.65 -
System Red Green Blue C M Y K H S L
Decimal 109 105 97 0 0.04 0.11 0.57 40 0.06 0.4
Hex 6D 69 61 0 4 B 39 28 6 28
Octal 155 151 141 0 4 13 71 50 6 50
Binary 1101101 1101001 1100001 0 100 1011 111001 101000 110 101000

Color Harmonies of #6D6961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6961

Black with #6D6961

Text Example


Text Example

White with #6D6961

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,105,97); }

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

background-color css

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

 a { background-color: rgb(109,105,97); }

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

border-color css

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

 span { border-color: rgb(109,105,97); }

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