Html Css Color HEX #6F675B Coffee

📋 copy color: '#6F675B'

red 111 ◦ green 103 ◦ blue 91

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

Shades of Coffee #6F675B

Tints of Coffee #6F675B

RGB

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

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

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

R = 36.39%
G = 33.77%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#6F675B (or 0x6F675B) is known color: Coffee. HEX triplet: 6F, 67 and 5B. RGB value is (111,103,91). Sum of RGB (Red+Green+Blue) = 111+103+91=305 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.39% from 305); Green value is 103 (40.62% from 255 or 33.77% from 305); Blue value is 91 (35.94% from 255 or 29.84% from 305); Max value from RGB is 111 - color contains mainly: red. Hex color #6F675B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F675B is #9098A4. Grayscale: #686868. Windows color (decimal): -9476261 or 5990255. OLE color: 5990255.

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

Color convert

RGB 111 103 91 -
CMYK 0 0.07 0.18 0.56
HSL 36º 0.1% 0.4% -
HSV(B) 36º 0.18% 0.44% -
XYZ 13.29 13.84 11.87 -
YUV 104.02 120.65 132.98 -
System Red Green Blue C M Y K H S L
Decimal 111 103 91 0 0.07 0.18 0.56 36 0.1 0.4
Hex 6F 67 5B 0 7 12 38 24 A 28
Octal 157 147 133 0 7 22 70 44 12 50
Binary 1101111 1100111 1011011 0 111 10010 111000 100100 1010 101000

Color Harmonies of #6F675B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F675B

Black with #6F675B

Text Example


Text Example

White with #6F675B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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