Html Css Color HEX #6F695A Coffee

📋 copy color: '#6F695A'

red 111 ◦ green 105 ◦ blue 90

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

Shades of Coffee #6F695A

Tints of Coffee #6F695A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 29.41%

R = 36.27%
G = 34.31%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#6F695A (or 0x6F695A) is known color: Coffee. HEX triplet: 6F, 69 and 5A. RGB value is (111,105,90). Sum of RGB (Red+Green+Blue) = 111+105+90=306 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.27% from 306); Green value is 105 (41.41% from 255 or 34.31% from 306); Blue value is 90 (35.55% from 255 or 29.41% from 306); Max value from RGB is 111 - color contains mainly: red. Hex color #6F695A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F695A is #9096A5. Grayscale: #696969. Windows color (decimal): -9475750 or 5925231. OLE color: 5925231.

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

Color convert

RGB 111 105 90 -
CMYK 0 0.05 0.19 0.56
HSL 42.86º 0.1% 0.39% -
HSV(B) 42.86º 0.19% 0.44% -
XYZ 13.45 14.22 11.71 -
YUV 105.08 119.49 132.22 -
System Red Green Blue C M Y K H S L
Decimal 111 105 90 0 0.05 0.19 0.56 42.86 0.1 0.39
Hex 6F 69 5A 0 5 13 38 2B A 27
Octal 157 151 132 0 5 23 70 53 12 47
Binary 1101111 1101001 1011010 0 101 10011 111000 101011 1010 100111

Color Harmonies of #6F695A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F695A

Black with #6F695A

Text Example


Text Example

White with #6F695A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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