Html Css Color HEX #6E554A Quincy

📋 copy color: '#6E554A'

red 110 ◦ green 85 ◦ blue 74

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

Shades of Quincy #6E554A

Tints of Quincy #6E554A

RGB

 RED value IS 110 (43.36% from 255) = 40.89%

 GREEN value IS 85 (33.59% from 255) = 31.6%

 BLUE value IS 74 (29.3% from 255) = 27.51%

R = 40.89%
G = 31.6%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.33

 K value IS 0.57

RGB Variations

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

Color information

#6E554A (or 0x6E554A) is known color: Quincy. HEX triplet: 6E, 55 and 4A. RGB value is (110,85,74). Sum of RGB (Red+Green+Blue) = 110+85+74=269 (35% of max value = 765). Red value is 110 (43.36% from 255 or 40.89% from 269); Green value is 85 (33.59% from 255 or 31.60% from 269); Blue value is 74 (29.30% from 255 or 27.51% from 269); Max value from RGB is 110 - color contains mainly: red. Hex color #6E554A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E554A is #91AAB5. Grayscale: #5B5B5B. Windows color (decimal): -9546422 or 4871534. OLE color: 4871534.

HSL color Cylindrical-coordinate representation of color #6E554A: hue angle of 18.33º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6E554A is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 85 74 -
CMYK 0 0.23 0.33 0.57
HSL 18.33º 0.2% 0.36% -
HSV(B) 18.33º 0.33% 0.43% -
XYZ 10.91 10.31 7.89 -
YUV 91.22 118.28 141.39 -
System Red Green Blue C M Y K H S L
Decimal 110 85 74 0 0.23 0.33 0.57 18.33 0.2 0.36
Hex 6E 55 4A 0 17 21 39 12 14 24
Octal 156 125 112 0 27 41 71 22 24 44
Binary 1101110 1010101 1001010 0 10111 100001 111001 10010 10100 100100

Color Harmonies of #6E554A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E554A

Black with #6E554A

Text Example


Text Example

White with #6E554A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,85,74); }

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

background-color css

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

 a { background-color: rgb(110,85,74); }

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

border-color css

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

 span { border-color: rgb(110,85,74); }

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