Html Css Color HEX #6A6558 Coffee

📋 copy color: '#6A6558'

red 106 ◦ green 101 ◦ blue 88

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

Shades of Coffee #6A6558

Tints of Coffee #6A6558

RGB

 RED value IS 106 (41.8% from 255) = 35.93%

 GREEN value IS 101 (39.84% from 255) = 34.24%

 BLUE value IS 88 (34.77% from 255) = 29.83%

R = 35.93%
G = 34.24%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.17

 K value IS 0.58

RGB Variations

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

Color information

#6A6558 (or 0x6A6558) is known color: Coffee. HEX triplet: 6A, 65 and 58. RGB value is (106,101,88). Sum of RGB (Red+Green+Blue) = 106+101+88=295 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.93% from 295); Green value is 101 (39.84% from 255 or 34.24% from 295); Blue value is 88 (34.77% from 255 or 29.83% from 295); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6558 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6558 is #959AA7. Grayscale: #656565. Windows color (decimal): -9804456 or 5793130. OLE color: 5793130.

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

Color convert

RGB 106 101 88 -
CMYK 0 0.05 0.17 0.58
HSL 43.33º 0.09% 0.38% -
HSV(B) 43.33º 0.17% 0.42% -
XYZ 12.36 13.08 11.11 -
YUV 101.01 120.66 131.56 -
System Red Green Blue C M Y K H S L
Decimal 106 101 88 0 0.05 0.17 0.58 43.33 0.09 0.38
Hex 6A 65 58 0 5 11 3A 2B 9 26
Octal 152 145 130 0 5 21 72 53 11 46
Binary 1101010 1100101 1011000 0 101 10001 111010 101011 1001 100110

Color Harmonies of #6A6558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6558

Black with #6A6558

Text Example


Text Example

White with #6A6558

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,101,88); }

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

background-color css

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

 a { background-color: rgb(106,101,88); }

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

border-color css

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

 span { border-color: rgb(106,101,88); }

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