Html Css Color HEX #6E584C Quincy

📋 copy color: '#6E584C'

red 110 ◦ green 88 ◦ blue 76

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

Shades of Quincy #6E584C

Tints of Quincy #6E584C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.12%

 BLUE value IS 76 (30.08% from 255) = 27.74%

R = 40.15%
G = 32.12%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.31

 K value IS 0.57

RGB Variations

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

Color information

#6E584C (or 0x6E584C) is known color: Quincy. HEX triplet: 6E, 58 and 4C. RGB value is (110,88,76). Sum of RGB (Red+Green+Blue) = 110+88+76=274 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40.15% from 274); Green value is 88 (34.77% from 255 or 32.12% from 274); Blue value is 76 (30.08% from 255 or 27.74% from 274); Max value from RGB is 110 - color contains mainly: red. Hex color #6E584C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E584C is #91A7B3. Grayscale: #5D5D5D. Windows color (decimal): -9545652 or 5003374. OLE color: 5003374.

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

Color convert

RGB 110 88 76 -
CMYK 0 0.2 0.31 0.57
HSL 21.18º 0.18% 0.36% -
HSV(B) 21.18º 0.31% 0.43% -
XYZ 11.22 10.82 8.33 -
YUV 93.21 118.29 139.98 -
System Red Green Blue C M Y K H S L
Decimal 110 88 76 0 0.2 0.31 0.57 21.18 0.18 0.36
Hex 6E 58 4C 0 14 1F 39 15 12 24
Octal 156 130 114 0 24 37 71 25 22 44
Binary 1101110 1011000 1001100 0 10100 11111 111001 10101 10010 100100

Color Harmonies of #6E584C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E584C

Black with #6E584C

Text Example


Text Example

White with #6E584C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,88,76); }

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

background-color css

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

 a { background-color: rgb(110,88,76); }

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

border-color css

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

 span { border-color: rgb(110,88,76); }

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