Html Css Color HEX #6B675F Flint

📋 copy color: '#6B675F'

red 107 ◦ green 103 ◦ blue 95

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

Shades of Flint #6B675F

Tints of Flint #6B675F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.77%

 BLUE value IS 95 (37.5% from 255) = 31.15%

R = 35.08%
G = 33.77%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.11

 K value IS 0.58

RGB Variations

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

Color information

#6B675F (or 0x6B675F) is known color: Flint. HEX triplet: 6B, 67 and 5F. RGB value is (107,103,95). Sum of RGB (Red+Green+Blue) = 107+103+95=305 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.08% from 305); Green value is 103 (40.62% from 255 or 33.77% from 305); Blue value is 95 (37.5% from 255 or 31.15% from 305); Max value from RGB is 107 - color contains mainly: red. Hex color #6B675F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B675F is #9498A0. Grayscale: #676767. Windows color (decimal): -9738401 or 6252395. OLE color: 6252395.

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

Color convert

RGB 107 103 95 -
CMYK 0 0.04 0.11 0.58
HSL 40º 0.06% 0.4% -
HSV(B) 40º 0.11% 0.42% -
XYZ 12.98 13.65 12.78 -
YUV 103.28 123.33 130.65 -
System Red Green Blue C M Y K H S L
Decimal 107 103 95 0 0.04 0.11 0.58 40 0.06 0.4
Hex 6B 67 5F 0 4 B 3A 28 6 28
Octal 153 147 137 0 4 13 72 50 6 50
Binary 1101011 1100111 1011111 0 100 1011 111010 101000 110 101000

Color Harmonies of #6B675F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B675F

Black with #6B675F

Text Example


Text Example

White with #6B675F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,103,95); }

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

background-color css

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

 a { background-color: rgb(107,103,95); }

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

border-color css

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

 span { border-color: rgb(107,103,95); }

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