Html Css Color HEX #6F685B Coffee

📋 copy color: '#6F685B'

red 111 ◦ green 104 ◦ blue 91

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

Shades of Coffee #6F685B

Tints of Coffee #6F685B

RGB

 RED value IS 111 (43.75% from 255) = 36.27%

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

 BLUE value IS 91 (35.94% from 255) = 29.74%

R = 36.27%
G = 33.99%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#6F685B (or 0x6F685B) is known color: Coffee. HEX triplet: 6F, 68 and 5B. RGB value is (111,104,91). Sum of RGB (Red+Green+Blue) = 111+104+91=306 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.27% from 306); Green value is 104 (41.02% from 255 or 33.99% from 306); Blue value is 91 (35.94% from 255 or 29.74% from 306); Max value from RGB is 111 - color contains mainly: red. Hex color #6F685B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F685B is #9097A4. Grayscale: #686868. Windows color (decimal): -9476005 or 5990511. OLE color: 5990511.

HSL color Cylindrical-coordinate representation of color #6F685B: hue angle of 39º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6F685B is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 104 91 -
CMYK 0 0.06 0.18 0.56
HSL 39º 0.1% 0.4% -
HSV(B) 39º 0.18% 0.44% -
XYZ 13.39 14.04 11.9 -
YUV 104.61 120.32 132.56 -
System Red Green Blue C M Y K H S L
Decimal 111 104 91 0 0.06 0.18 0.56 39 0.1 0.4
Hex 6F 68 5B 0 6 12 38 27 A 28
Octal 157 150 133 0 6 22 70 47 12 50
Binary 1101111 1101000 1011011 0 110 10010 111000 100111 1010 101000

Color Harmonies of #6F685B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F685B

Black with #6F685B

Text Example


Text Example

White with #6F685B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,104,91); }

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

background-color css

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

 a { background-color: rgb(111,104,91); }

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

border-color css

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

 span { border-color: rgb(111,104,91); }

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