Html Css Color HEX #6B6A61 Flint

📋 copy color: '#6B6A61'

red 107 ◦ green 106 ◦ blue 97

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

Shades of Flint #6B6A61

Tints of Flint #6B6A61

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.19%

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

R = 34.52%
G = 34.19%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.09

 K value IS 0.58

RGB Variations

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

Color information

#6B6A61 (or 0x6B6A61) is known color: Flint. HEX triplet: 6B, 6A and 61. RGB value is (107,106,97). Sum of RGB (Red+Green+Blue) = 107+106+97=310 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.52% from 310); Green value is 106 (41.80% from 255 or 34.19% from 310); Blue value is 97 (38.28% from 255 or 31.29% from 310); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6A61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6A61 is #94959E. Grayscale: #696969. Windows color (decimal): -9737631 or 6384235. OLE color: 6384235.

HSL color Cylindrical-coordinate representation of color #6B6A61: hue angle of 54º 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 #6B6A61 is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 106 97 -
CMYK 0 0.01 0.09 0.58
HSL 54º 0.05% 0.4% -
HSV(B) 54º 0.09% 0.42% -
XYZ 13.38 14.3 13.36 -
YUV 105.27 123.33 129.23 -
System Red Green Blue C M Y K H S L
Decimal 107 106 97 0 0.01 0.09 0.58 54 0.05 0.4
Hex 6B 6A 61 0 1 9 3A 36 5 28
Octal 153 152 141 0 1 11 72 66 5 50
Binary 1101011 1101010 1100001 0 1 1001 111010 110110 101 101000

Color Harmonies of #6B6A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6A61

Black with #6B6A61

Text Example


Text Example

White with #6B6A61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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