Html Css Color HEX #6F695C Coffee

📋 copy color: '#6F695C'

red 111 ◦ green 105 ◦ blue 92

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

Shades of Coffee #6F695C

Tints of Coffee #6F695C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.87%

R = 36.04%
G = 34.09%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#6F695C (or 0x6F695C) is known color: Coffee. HEX triplet: 6F, 69 and 5C. RGB value is (111,105,92). Sum of RGB (Red+Green+Blue) = 111+105+92=308 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.04% from 308); Green value is 105 (41.41% from 255 or 34.09% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 111 - color contains mainly: red. Hex color #6F695C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F695C is #9096A3. Grayscale: #696969. Windows color (decimal): -9475748 or 6056303. OLE color: 6056303.

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

Color convert

RGB 111 105 92 -
CMYK 0 0.05 0.17 0.56
HSL 41.05º 0.09% 0.4% -
HSV(B) 41.05º 0.17% 0.44% -
XYZ 13.54 14.26 12.16 -
YUV 105.31 120.49 132.06 -
System Red Green Blue C M Y K H S L
Decimal 111 105 92 0 0.05 0.17 0.56 41.05 0.09 0.4
Hex 6F 69 5C 0 5 11 38 29 9 28
Octal 157 151 134 0 5 21 70 51 11 50
Binary 1101111 1101001 1011100 0 101 10001 111000 101001 1001 101000

Color Harmonies of #6F695C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F695C

Black with #6F695C

Text Example


Text Example

White with #6F695C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,105,92); }

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

background-color css

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

 a { background-color: rgb(111,105,92); }

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

border-color css

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

 span { border-color: rgb(111,105,92); }

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