Html Css Color HEX #6E5748 Quincy

📋 copy color: '#6E5748'

red 110 ◦ green 87 ◦ blue 72

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

Shades of Quincy #6E5748

Tints of Quincy #6E5748

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.34%

 BLUE value IS 72 (28.52% from 255) = 26.77%

R = 40.89%
G = 32.34%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.35

 K value IS 0.57

RGB Variations

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

Color information

#6E5748 (or 0x6E5748) is known color: Quincy. HEX triplet: 6E, 57 and 48. RGB value is (110,87,72). Sum of RGB (Red+Green+Blue) = 110+87+72=269 (35% of max value = 765). Red value is 110 (43.36% from 255 or 40.89% from 269); Green value is 87 (34.38% from 255 or 32.34% from 269); Blue value is 72 (28.52% from 255 or 26.77% from 269); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5748 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E5748 is #91A8B7. Grayscale: #5C5C5C. Windows color (decimal): -9545912 or 4740974. OLE color: 4740974.

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

Color convert

RGB 110 87 72 -
CMYK 0 0.21 0.35 0.57
HSL 23.68º 0.21% 0.36% -
HSV(B) 23.68º 0.35% 0.43% -
XYZ 11.01 10.6 7.6 -
YUV 92.17 116.62 140.72 -
System Red Green Blue C M Y K H S L
Decimal 110 87 72 0 0.21 0.35 0.57 23.68 0.21 0.36
Hex 6E 57 48 0 15 23 39 18 15 24
Octal 156 127 110 0 25 43 71 30 25 44
Binary 1101110 1010111 1001000 0 10101 100011 111001 11000 10101 100100

Color Harmonies of #6E5748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5748

Black with #6E5748

Text Example


Text Example

White with #6E5748

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,87,72); }

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

background-color css

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

 a { background-color: rgb(110,87,72); }

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

border-color css

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

 span { border-color: rgb(110,87,72); }

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