Html Css Color HEX #6F5547 Quincy

📋 copy color: '#6F5547'

red 111 ◦ green 85 ◦ blue 71

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

Shades of Quincy #6F5547

Tints of Quincy #6F5547

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.84%

 BLUE value IS 71 (28.13% from 255) = 26.59%

R = 41.57%
G = 31.84%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#6F5547 (or 0x6F5547) is known color: Quincy. HEX triplet: 6F, 55 and 47. RGB value is (111,85,71). Sum of RGB (Red+Green+Blue) = 111+85+71=267 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.57% from 267); Green value is 85 (33.59% from 255 or 31.84% from 267); Blue value is 71 (28.12% from 255 or 26.59% from 267); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5547 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5547 is #90AAB8. Grayscale: #5B5B5B. Windows color (decimal): -9480889 or 4674927. OLE color: 4674927.

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

Color convert

RGB 111 85 71 -
CMYK 0 0.23 0.36 0.56
HSL 21º 0.22% 0.36% -
HSV(B) 21º 0.36% 0.44% -
XYZ 10.94 10.33 7.38 -
YUV 91.18 116.61 142.14 -
System Red Green Blue C M Y K H S L
Decimal 111 85 71 0 0.23 0.36 0.56 21 0.22 0.36
Hex 6F 55 47 0 17 24 38 15 16 24
Octal 157 125 107 0 27 44 70 25 26 44
Binary 1101111 1010101 1000111 0 10111 100100 111000 10101 10110 100100

Color Harmonies of #6F5547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5547

Black with #6F5547

Text Example


Text Example

White with #6F5547

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,85,71); }

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

background-color css

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

 a { background-color: rgb(111,85,71); }

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

border-color css

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

 span { border-color: rgb(111,85,71); }

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