Html Css Color HEX #6E5542 Quincy

📋 copy color: '#6E5542'

red 110 ◦ green 85 ◦ blue 66

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

Shades of Quincy #6E5542

Tints of Quincy #6E5542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 25.29%

R = 42.15%
G = 32.57%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.4

 K value IS 0.57

RGB Variations

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

Color information

#6E5542 (or 0x6E5542) is known color: Quincy. HEX triplet: 6E, 55 and 42. RGB value is (110,85,66). Sum of RGB (Red+Green+Blue) = 110+85+66=261 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.15% from 261); Green value is 85 (33.59% from 255 or 32.57% from 261); Blue value is 66 (26.17% from 255 or 25.29% from 261); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5542 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E5542 is #91AABD. Grayscale: #5A5A5A. Windows color (decimal): -9546430 or 4347246. OLE color: 4347246.

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

Color convert

RGB 110 85 66 -
CMYK 0 0.23 0.4 0.57
HSL 25.91º 0.25% 0.35% -
HSV(B) 25.91º 0.4% 0.43% -
XYZ 10.66 10.21 6.56 -
YUV 90.31 114.28 142.04 -
System Red Green Blue C M Y K H S L
Decimal 110 85 66 0 0.23 0.4 0.57 25.91 0.25 0.35
Hex 6E 55 42 0 17 28 39 1A 19 23
Octal 156 125 102 0 27 50 71 32 31 43
Binary 1101110 1010101 1000010 0 10111 101000 111001 11010 11001 100011

Color Harmonies of #6E5542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5542

Black with #6E5542

Text Example


Text Example

White with #6E5542

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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