Html Css Color HEX #6B6861 Ironside Grey

📋 copy color: '#6B6861'

red 107 ◦ green 104 ◦ blue 97

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

Shades of Ironside Grey #6B6861

Tints of Ironside Grey #6B6861

RGB

 RED value IS 107 (42.19% from 255) = 34.74%

 GREEN value IS 104 (41.02% from 255) = 33.77%

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

R = 34.74%
G = 33.77%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.09

 K value IS 0.58

RGB Variations

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

Color information

#6B6861 (or 0x6B6861) is known color: Ironside Grey. HEX triplet: 6B, 68 and 61. RGB value is (107,104,97). Sum of RGB (Red+Green+Blue) = 107+104+97=308 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.74% from 308); Green value is 104 (41.02% from 255 or 33.77% from 308); Blue value is 97 (38.28% from 255 or 31.49% from 308); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6861 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6861 is #94979E. Grayscale: #686868. Windows color (decimal): -9738143 or 6383723. OLE color: 6383723.

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

Color convert

RGB 107 104 97 -
CMYK 0 0.03 0.09 0.58
HSL 42º 0.05% 0.4% -
HSV(B) 42º 0.09% 0.42% -
XYZ 13.17 13.89 13.3 -
YUV 104.1 123.99 130.07 -
System Red Green Blue C M Y K H S L
Decimal 107 104 97 0 0.03 0.09 0.58 42 0.05 0.4
Hex 6B 68 61 0 3 9 3A 2A 5 28
Octal 153 150 141 0 3 11 72 52 5 50
Binary 1101011 1101000 1100001 0 11 1001 111010 101010 101 101000

Color Harmonies of #6B6861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6861

Black with #6B6861

Text Example


Text Example

White with #6B6861

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,104,97); }

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

background-color css

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

 a { background-color: rgb(107,104,97); }

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

border-color css

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

 span { border-color: rgb(107,104,97); }

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