Html Css Color HEX #6F5648 Quincy

📋 copy color: '#6F5648'

red 111 ◦ green 86 ◦ blue 72

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

Shades of Quincy #6F5648

Tints of Quincy #6F5648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 26.77%

R = 41.26%
G = 31.97%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#6F5648 (or 0x6F5648) is known color: Quincy. HEX triplet: 6F, 56 and 48. RGB value is (111,86,72). Sum of RGB (Red+Green+Blue) = 111+86+72=269 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.26% from 269); Green value is 86 (33.98% from 255 or 31.97% from 269); Blue value is 72 (28.52% from 255 or 26.77% from 269); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5648 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5648 is #90A9B7. Grayscale: #5B5B5B. Windows color (decimal): -9480632 or 4740719. OLE color: 4740719.

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

Color convert

RGB 111 86 72 -
CMYK 0 0.23 0.35 0.56
HSL 21.54º 0.21% 0.36% -
HSV(B) 21.54º 0.35% 0.44% -
XYZ 11.05 10.5 7.58 -
YUV 91.88 116.78 141.64 -
System Red Green Blue C M Y K H S L
Decimal 111 86 72 0 0.23 0.35 0.56 21.54 0.21 0.36
Hex 6F 56 48 0 17 23 38 16 15 24
Octal 157 126 110 0 27 43 70 26 25 44
Binary 1101111 1010110 1001000 0 10111 100011 111000 10110 10101 100100

Color Harmonies of #6F5648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5648

Black with #6F5648

Text Example


Text Example

White with #6F5648

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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