Html Css Color HEX #6D574B Quincy

📋 copy color: '#6D574B'

red 109 ◦ green 87 ◦ blue 75

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

Shades of Quincy #6D574B

Tints of Quincy #6D574B

RGB

 RED value IS 109 (42.97% from 255) = 40.22%

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

 BLUE value IS 75 (29.69% from 255) = 27.68%

R = 40.22%
G = 32.1%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.31

 K value IS 0.57

RGB Variations

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

Color information

#6D574B (or 0x6D574B) is known color: Quincy. HEX triplet: 6D, 57 and 4B. RGB value is (109,87,75). Sum of RGB (Red+Green+Blue) = 109+87+75=271 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.22% from 271); Green value is 87 (34.38% from 255 or 32.10% from 271); Blue value is 75 (29.69% from 255 or 27.68% from 271); Max value from RGB is 109 - color contains mainly: red. Hex color #6D574B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D574B is #92A8B4. Grayscale: #5C5C5C. Windows color (decimal): -9611445 or 4937581. OLE color: 4937581.

HSL color Cylindrical-coordinate representation of color #6D574B: 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 #6D574B is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 87 75 -
CMYK 0 0.20 0.31 0.57
HSL 21.18º 0.18% 0.36% -
HSV(B) 21.18º 0.31% 0.43% -
XYZ 10.98 10.58 8.12 -
YUV 92.21 118.29 139.98 -
System Red Green Blue C M Y K H S L
Decimal 109 87 75 0 0.20 0.31 0.57 21.18 0.18 0.36
Hex 6D 57 4B 0 14 1F 39 15 12 24
Octal 155 127 113 0 24 37 71 25 22 44
Binary 1101101 1010111 1001011 0 10100 11111 111001 10101 10010 100100

Color Harmonies of #6D574B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D574B

Black with #6D574B

Text Example


Text Example

White with #6D574B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,87,75); }

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

background-color css

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

 a { background-color: rgb(109,87,75); }

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

border-color css

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

 span { border-color: rgb(109,87,75); }

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