Html Css Color HEX #6F544A Quincy

📋 copy color: '#6F544A'

red 111 ◦ green 84 ◦ blue 74

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

Shades of Quincy #6F544A

Tints of Quincy #6F544A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.23%

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

R = 41.26%
G = 31.23%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#6F544A (or 0x6F544A) is known color: Quincy. HEX triplet: 6F, 54 and 4A. RGB value is (111,84,74). Sum of RGB (Red+Green+Blue) = 111+84+74=269 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.26% from 269); Green value is 84 (33.20% from 255 or 31.23% from 269); Blue value is 74 (29.30% from 255 or 27.51% from 269); Max value from RGB is 111 - color contains mainly: red. Hex color #6F544A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F544A is #90ABB5. Grayscale: #5A5A5A. Windows color (decimal): -9481142 or 4871279. OLE color: 4871279.

HSL color Cylindrical-coordinate representation of color #6F544A: hue angle of 16.22º 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 #6F544A is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 84 74 -
CMYK 0 0.24 0.33 0.56
HSL 16.22º 0.2% 0.36% -
HSV(B) 16.22º 0.33% 0.44% -
XYZ 10.96 10.21 7.87 -
YUV 90.93 118.45 142.31 -
System Red Green Blue C M Y K H S L
Decimal 111 84 74 0 0.24 0.33 0.56 16.22 0.2 0.36
Hex 6F 54 4A 0 18 21 38 10 14 24
Octal 157 124 112 0 30 41 70 20 24 44
Binary 1101111 1010100 1001010 0 11000 100001 111000 10000 10100 100100

Color Harmonies of #6F544A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F544A

Black with #6F544A

Text Example


Text Example

White with #6F544A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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