Html Css Color HEX #6E5645 Quincy

📋 copy color: '#6E5645'

red 110 ◦ green 86 ◦ blue 69

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

Shades of Quincy #6E5645

Tints of Quincy #6E5645

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.45%

 BLUE value IS 69 (27.34% from 255) = 26.04%

R = 41.51%
G = 32.45%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.37

 K value IS 0.57

RGB Variations

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

Color information

#6E5645 (or 0x6E5645) is known color: Quincy. HEX triplet: 6E, 56 and 45. RGB value is (110,86,69). Sum of RGB (Red+Green+Blue) = 110+86+69=265 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.51% from 265); Green value is 86 (33.98% from 255 or 32.45% from 265); Blue value is 69 (27.34% from 255 or 26.04% from 265); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5645 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E5645 is #91A9BA. Grayscale: #5B5B5B. Windows color (decimal): -9546171 or 4544110. OLE color: 4544110.

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

Color convert

RGB 110 86 69 -
CMYK 0 0.22 0.37 0.57
HSL 24.88º 0.23% 0.35% -
HSV(B) 24.88º 0.37% 0.43% -
XYZ 10.83 10.4 7.07 -
YUV 91.24 115.45 141.38 -
System Red Green Blue C M Y K H S L
Decimal 110 86 69 0 0.22 0.37 0.57 24.88 0.23 0.35
Hex 6E 56 45 0 16 25 39 19 17 23
Octal 156 126 105 0 26 45 71 31 27 43
Binary 1101110 1010110 1000101 0 10110 100101 111001 11001 10111 100011

Color Harmonies of #6E5645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5645

Black with #6E5645

Text Example


Text Example

White with #6E5645

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,86,69); }

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

background-color css

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

 a { background-color: rgb(110,86,69); }

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

border-color css

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

 span { border-color: rgb(110,86,69); }

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