Html Css Color HEX #6B665A Coffee

📋 copy color: '#6B665A'

red 107 ◦ green 102 ◦ blue 90

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

Shades of Coffee #6B665A

Tints of Coffee #6B665A

RGB

 RED value IS 107 (42.19% from 255) = 35.79%

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

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

R = 35.79%
G = 34.11%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.16

 K value IS 0.58

RGB Variations

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

Color information

#6B665A (or 0x6B665A) is known color: Coffee. HEX triplet: 6B, 66 and 5A. RGB value is (107,102,90). Sum of RGB (Red+Green+Blue) = 107+102+90=299 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.79% from 299); Green value is 102 (40.23% from 255 or 34.11% from 299); Blue value is 90 (35.55% from 255 or 30.10% from 299); Max value from RGB is 107 - color contains mainly: red. Hex color #6B665A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B665A is #9499A5. Grayscale: #666666. Windows color (decimal): -9738662 or 5924459. OLE color: 5924459.

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

Color convert

RGB 107 102 90 -
CMYK 0 0.05 0.16 0.58
HSL 42.35º 0.09% 0.39% -
HSV(B) 42.35º 0.16% 0.42% -
XYZ 12.66 13.37 11.59 -
YUV 102.13 121.16 131.48 -
System Red Green Blue C M Y K H S L
Decimal 107 102 90 0 0.05 0.16 0.58 42.35 0.09 0.39
Hex 6B 66 5A 0 5 10 3A 2A 9 27
Octal 153 146 132 0 5 20 72 52 11 47
Binary 1101011 1100110 1011010 0 101 10000 111010 101010 1001 100111

Color Harmonies of #6B665A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B665A

Black with #6B665A

Text Example


Text Example

White with #6B665A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,102,90); }

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

background-color css

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

 a { background-color: rgb(107,102,90); }

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

border-color css

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

 span { border-color: rgb(107,102,90); }

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