Html Css Color HEX #6F6656 Coffee

📋 copy color: '#6F6656'

red 111 ◦ green 102 ◦ blue 86

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

Shades of Coffee #6F6656

Tints of Coffee #6F6656

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34.11%

 BLUE value IS 86 (33.98% from 255) = 28.76%

R = 37.12%
G = 34.11%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#6F6656 (or 0x6F6656) is known color: Coffee. HEX triplet: 6F, 66 and 56. RGB value is (111,102,86). Sum of RGB (Red+Green+Blue) = 111+102+86=299 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.12% from 299); Green value is 102 (40.23% from 255 or 34.11% from 299); Blue value is 86 (33.98% from 255 or 28.76% from 299); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6656 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6656 is #9099A9. Grayscale: #666666. Windows color (decimal): -9476522 or 5662319. OLE color: 5662319.

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

Color convert

RGB 111 102 86 -
CMYK 0 0.08 0.23 0.56
HSL 38.4º 0.13% 0.39% -
HSV(B) 38.4º 0.23% 0.44% -
XYZ 12.99 13.55 10.74 -
YUV 102.87 118.48 133.8 -
System Red Green Blue C M Y K H S L
Decimal 111 102 86 0 0.08 0.23 0.56 38.4 0.13 0.39
Hex 6F 66 56 0 8 17 38 26 D 27
Octal 157 146 126 0 10 27 70 46 15 47
Binary 1101111 1100110 1010110 0 1000 10111 111000 100110 1101 100111

Color Harmonies of #6F6656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6656

Black with #6F6656

Text Example


Text Example

White with #6F6656

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,102,86); }

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

background-color css

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

 a { background-color: rgb(111,102,86); }

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

border-color css

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

 span { border-color: rgb(111,102,86); }

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