Html Css Color HEX #6B6964 Ironside Grey

📋 copy color: '#6B6964'

red 107 ◦ green 105 ◦ blue 100

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

Shades of Ironside Grey #6B6964

Tints of Ironside Grey #6B6964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 32.05%

R = 34.29%
G = 33.65%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.07

 K value IS 0.58

RGB Variations

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

Color information

#6B6964 (or 0x6B6964) is known color: Ironside Grey. HEX triplet: 6B, 69 and 64. RGB value is (107,105,100). Sum of RGB (Red+Green+Blue) = 107+105+100=312 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.29% from 312); Green value is 105 (41.41% from 255 or 33.65% from 312); Blue value is 100 (39.45% from 255 or 32.05% from 312); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6964 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6964 is #94969B. Grayscale: #696969. Windows color (decimal): -9737884 or 6580587. OLE color: 6580587.

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

Color convert

RGB 107 105 100 -
CMYK 0 0.02 0.07 0.58
HSL 42.86º 0.03% 0.41% -
HSV(B) 42.86º 0.07% 0.42% -
XYZ 13.42 14.15 14.08 -
YUV 105.03 125.16 129.41 -
System Red Green Blue C M Y K H S L
Decimal 107 105 100 0 0.02 0.07 0.58 42.86 0.03 0.41
Hex 6B 69 64 0 2 7 3A 2B 3 29
Octal 153 151 144 0 2 7 72 53 3 51
Binary 1101011 1101001 1100100 0 10 111 111010 101011 11 101001

Color Harmonies of #6B6964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6964

Black with #6B6964

Text Example


Text Example

White with #6B6964

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,105,100); }

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

background-color css

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

 a { background-color: rgb(107,105,100); }

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

border-color css

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

 span { border-color: rgb(107,105,100); }

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