Html Css Color HEX #6F5647 Quincy

📋 copy color: '#6F5647'

red 111 ◦ green 86 ◦ blue 71

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

Shades of Quincy #6F5647

Tints of Quincy #6F5647

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.09%

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

R = 41.42%
G = 32.09%
B = 26.49%

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

#6F5647 (or 0x6F5647) is known color: Quincy. HEX triplet: 6F, 56 and 47. RGB value is (111,86,71). Sum of RGB (Red+Green+Blue) = 111+86+71=268 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.42% from 268); Green value is 86 (33.98% from 255 or 32.09% from 268); Blue value is 71 (28.12% from 255 or 26.49% from 268); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5647 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5647 is #90A9B8. Grayscale: #5B5B5B. Windows color (decimal): -9480633 or 4675183. OLE color: 4675183.

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

Color convert

RGB 111 86 71 -
CMYK 0 0.23 0.36 0.56
HSL 22.5º 0.22% 0.36% -
HSV(B) 22.5º 0.36% 0.44% -
XYZ 11.02 10.49 7.41 -
YUV 91.77 116.28 141.72 -
System Red Green Blue C M Y K H S L
Decimal 111 86 71 0 0.23 0.36 0.56 22.5 0.22 0.36
Hex 6F 56 47 0 17 24 38 16 16 24
Octal 157 126 107 0 27 44 70 26 26 44
Binary 1101111 1010110 1000111 0 10111 100100 111000 10110 10110 100100

Color Harmonies of #6F5647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5647

Black with #6F5647

Text Example


Text Example

White with #6F5647

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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