Html Css Color HEX #6F574D Quincy

📋 copy color: '#6F574D'

red 111 ◦ green 87 ◦ blue 77

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

Shades of Quincy #6F574D

Tints of Quincy #6F574D

RGB

 RED value IS 111 (43.75% from 255) = 40.36%

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

 BLUE value IS 77 (30.47% from 255) = 28%

R = 40.36%
G = 31.64%
B = 28%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#6F574D (or 0x6F574D) is known color: Quincy. HEX triplet: 6F, 57 and 4D. RGB value is (111,87,77). Sum of RGB (Red+Green+Blue) = 111+87+77=275 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.36% from 275); Green value is 87 (34.38% from 255 or 31.64% from 275); Blue value is 77 (30.47% from 255 or 28% from 275); Max value from RGB is 111 - color contains mainly: red. Hex color #6F574D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F574D is #90A8B2. Grayscale: #5D5D5D. Windows color (decimal): -9480371 or 5068655. OLE color: 5068655.

HSL color Cylindrical-coordinate representation of color #6F574D: hue angle of 17.65º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6F574D is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 87 77 -
CMYK 0 0.22 0.31 0.56
HSL 17.65º 0.18% 0.37% -
HSV(B) 17.65º 0.31% 0.44% -
XYZ 11.3 10.73 8.5 -
YUV 93.04 118.95 140.81 -
System Red Green Blue C M Y K H S L
Decimal 111 87 77 0 0.22 0.31 0.56 17.65 0.18 0.37
Hex 6F 57 4D 0 16 1F 38 12 12 25
Octal 157 127 115 0 26 37 70 22 22 45
Binary 1101111 1010111 1001101 0 10110 11111 111000 10010 10010 100101

Color Harmonies of #6F574D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F574D

Black with #6F574D

Text Example


Text Example

White with #6F574D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,87,77); }

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

background-color css

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

 a { background-color: rgb(111,87,77); }

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

border-color css

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

 span { border-color: rgb(111,87,77); }

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