Html Css Color HEX #6F5847 Quincy

📋 copy color: '#6F5847'

red 111 ◦ green 88 ◦ blue 71

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

Shades of Quincy #6F5847

Tints of Quincy #6F5847

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.59%

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

R = 41.11%
G = 32.59%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#6F5847 (or 0x6F5847) is known color: Quincy. HEX triplet: 6F, 58 and 47. RGB value is (111,88,71). Sum of RGB (Red+Green+Blue) = 111+88+71=270 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.11% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 71 (28.12% from 255 or 26.30% from 270); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5847 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5847 is #90A7B8. Grayscale: #5D5D5D. Windows color (decimal): -9480121 or 4675695. OLE color: 4675695.

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

Color convert

RGB 111 88 71 -
CMYK 0 0.21 0.36 0.56
HSL 25.5º 0.22% 0.36% -
HSV(B) 25.5º 0.36% 0.44% -
XYZ 11.18 10.81 7.46 -
YUV 92.94 115.62 140.88 -
System Red Green Blue C M Y K H S L
Decimal 111 88 71 0 0.21 0.36 0.56 25.5 0.22 0.36
Hex 6F 58 47 0 15 24 38 1A 16 24
Octal 157 130 107 0 25 44 70 32 26 44
Binary 1101111 1011000 1000111 0 10101 100100 111000 11010 10110 100100

Color Harmonies of #6F5847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5847

Black with #6F5847

Text Example


Text Example

White with #6F5847

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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