Html Css Color HEX #6B6960 Flint

📋 copy color: '#6B6960'

red 107 ◦ green 105 ◦ blue 96

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

Shades of Flint #6B6960

Tints of Flint #6B6960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 31.17%

R = 34.74%
G = 34.09%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.10

 K value IS 0.58

RGB Variations

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

Color information

#6B6960 (or 0x6B6960) is known color: Flint. HEX triplet: 6B, 69 and 60. RGB value is (107,105,96). Sum of RGB (Red+Green+Blue) = 107+105+96=308 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.74% from 308); Green value is 105 (41.41% from 255 or 34.09% from 308); Blue value is 96 (37.89% from 255 or 31.17% from 308); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6960 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6960 is #94969F. Grayscale: #686868. Windows color (decimal): -9737888 or 6318443. OLE color: 6318443.

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

Color convert

RGB 107 105 96 -
CMYK 0 0.02 0.10 0.58
HSL 49.09º 0.05% 0.4% -
HSV(B) 49.09º 0.1% 0.42% -
XYZ 13.23 14.07 13.09 -
YUV 104.57 123.16 129.73 -
System Red Green Blue C M Y K H S L
Decimal 107 105 96 0 0.02 0.10 0.58 49.09 0.05 0.4
Hex 6B 69 60 0 2 A 3A 31 5 28
Octal 153 151 140 0 2 12 72 61 5 50
Binary 1101011 1101001 1100000 0 10 1010 111010 110001 101 101000

Color Harmonies of #6B6960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6960

Black with #6B6960

Text Example


Text Example

White with #6B6960

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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