Html Css Color HEX #6F675A Coffee

📋 copy color: '#6F675A'

red 111 ◦ green 103 ◦ blue 90

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

Shades of Coffee #6F675A

Tints of Coffee #6F675A

RGB

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

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

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

R = 36.51%
G = 33.88%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#6F675A (or 0x6F675A) is known color: Coffee. HEX triplet: 6F, 67 and 5A. RGB value is (111,103,90). Sum of RGB (Red+Green+Blue) = 111+103+90=304 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.51% from 304); Green value is 103 (40.62% from 255 or 33.88% from 304); Blue value is 90 (35.55% from 255 or 29.61% from 304); Max value from RGB is 111 - color contains mainly: red. Hex color #6F675A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F675A is #9098A5. Grayscale: #676767. Windows color (decimal): -9476262 or 5924719. OLE color: 5924719.

HSL color Cylindrical-coordinate representation of color #6F675A: hue angle of 37.14º 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 #6F675A is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 103 90 -
CMYK 0 0.07 0.19 0.56
HSL 37.14º 0.1% 0.39% -
HSV(B) 37.14º 0.19% 0.44% -
XYZ 13.25 13.82 11.64 -
YUV 103.91 120.15 133.06 -
System Red Green Blue C M Y K H S L
Decimal 111 103 90 0 0.07 0.19 0.56 37.14 0.1 0.39
Hex 6F 67 5A 0 7 13 38 25 A 27
Octal 157 147 132 0 7 23 70 45 12 47
Binary 1101111 1100111 1011010 0 111 10011 111000 100101 1010 100111

Color Harmonies of #6F675A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F675A

Black with #6F675A

Text Example


Text Example

White with #6F675A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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