Html Css Color HEX #6C675D Coffee

📋 copy color: '#6C675D'

red 108 ◦ green 103 ◦ blue 93

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

Shades of Coffee #6C675D

Tints of Coffee #6C675D

RGB

 RED value IS 108 (42.58% from 255) = 35.53%

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

 BLUE value IS 93 (36.72% from 255) = 30.59%

R = 35.53%
G = 33.88%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.14

 K value IS 0.58

RGB Variations

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

Color information

#6C675D (or 0x6C675D) is known color: Coffee. HEX triplet: 6C, 67 and 5D. RGB value is (108,103,93). Sum of RGB (Red+Green+Blue) = 108+103+93=304 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.53% from 304); Green value is 103 (40.62% from 255 or 33.88% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 108 - color contains mainly: red. Hex color #6C675D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C675D is #9398A2. Grayscale: #676767. Windows color (decimal): -9672867 or 6121324. OLE color: 6121324.

HSL color Cylindrical-coordinate representation of color #6C675D: hue angle of 40º degrees, saturation: 0.07, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6C675D is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 103 93 -
CMYK 0 0.05 0.14 0.58
HSL 40º 0.07% 0.39% -
HSV(B) 40º 0.14% 0.42% -
XYZ 13.01 13.68 12.31 -
YUV 103.36 122.16 131.31 -
System Red Green Blue C M Y K H S L
Decimal 108 103 93 0 0.05 0.14 0.58 40 0.07 0.39
Hex 6C 67 5D 0 5 E 3A 28 7 27
Octal 154 147 135 0 5 16 72 50 7 47
Binary 1101100 1100111 1011101 0 101 1110 111010 101000 111 100111

Color Harmonies of #6C675D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C675D

Black with #6C675D

Text Example


Text Example

White with #6C675D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,103,93); }

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

background-color css

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

 a { background-color: rgb(108,103,93); }

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

border-color css

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

 span { border-color: rgb(108,103,93); }

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