Html Css Color HEX #6F574A Quincy

📋 copy color: '#6F574A'

red 111 ◦ green 87 ◦ blue 74

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

Shades of Quincy #6F574A

Tints of Quincy #6F574A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 27.21%

R = 40.81%
G = 31.99%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#6F574A (or 0x6F574A) is known color: Quincy. HEX triplet: 6F, 57 and 4A. RGB value is (111,87,74). Sum of RGB (Red+Green+Blue) = 111+87+74=272 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.81% from 272); Green value is 87 (34.38% from 255 or 31.99% from 272); Blue value is 74 (29.30% from 255 or 27.21% from 272); Max value from RGB is 111 - color contains mainly: red. Hex color #6F574A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F574A is #90A8B5. Grayscale: #5C5C5C. Windows color (decimal): -9480374 or 4872047. OLE color: 4872047.

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

Color convert

RGB 111 87 74 -
CMYK 0 0.22 0.33 0.56
HSL 21.08º 0.2% 0.36% -
HSV(B) 21.08º 0.33% 0.44% -
XYZ 11.2 10.69 7.95 -
YUV 92.69 117.45 141.06 -
System Red Green Blue C M Y K H S L
Decimal 111 87 74 0 0.22 0.33 0.56 21.08 0.2 0.36
Hex 6F 57 4A 0 16 21 38 15 14 24
Octal 157 127 112 0 26 41 70 25 24 44
Binary 1101111 1010111 1001010 0 10110 100001 111000 10101 10100 100100

Color Harmonies of #6F574A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F574A

Black with #6F574A

Text Example


Text Example

White with #6F574A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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