Html Css Color HEX #6F5747 Quincy

📋 copy color: '#6F5747'

red 111 ◦ green 87 ◦ blue 71

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

Shades of Quincy #6F5747

Tints of Quincy #6F5747

RGB

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

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

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

R = 41.26%
G = 32.34%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#6F5747 (or 0x6F5747) is known color: Quincy. HEX triplet: 6F, 57 and 47. RGB value is (111,87,71). Sum of RGB (Red+Green+Blue) = 111+87+71=269 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.26% from 269); Green value is 87 (34.38% from 255 or 32.34% from 269); Blue value is 71 (28.12% from 255 or 26.39% from 269); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5747 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5747 is #90A8B8. Grayscale: #5C5C5C. Windows color (decimal): -9480377 or 4675439. OLE color: 4675439.

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

Color convert

RGB 111 87 71 -
CMYK 0 0.22 0.36 0.56
HSL 24º 0.22% 0.36% -
HSV(B) 24º 0.36% 0.44% -
XYZ 11.1 10.65 7.43 -
YUV 92.35 115.95 141.3 -
System Red Green Blue C M Y K H S L
Decimal 111 87 71 0 0.22 0.36 0.56 24 0.22 0.36
Hex 6F 57 47 0 16 24 38 18 16 24
Octal 157 127 107 0 26 44 70 30 26 44
Binary 1101111 1010111 1000111 0 10110 100100 111000 11000 10110 100100

Color Harmonies of #6F5747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5747

Black with #6F5747

Text Example


Text Example

White with #6F5747

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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