#6F5748

Color #6F5748 Quincy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Quincy #6F5748

Tints of Quincy #6F5748

Color information

#6F5748 (or 0x6F5748) is unknown color: approx Quincy. HEX triplet: 6F, 57 and 48. RGB value is (111,87,72). Sum of RGB (Red+Green+Blue) = 111+87+72=270 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.11% from 270); Green value is 87 (34.38% from 255 or 32.22% from 270); Blue value is 72 (28.52% from 255 or 26.67% from 270); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5748 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5748 is #90A8B7. Grayscale: #5C5C5C. Windows color (decimal): -9480376 or 4740975. OLE color: 4740975.

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

Color convert

RGB1118772-
CMYK00.220.350.56
HSL23.08º21.31%35.88%-
HSV(B)23.08º35.14%43.53%-
XYZ11.1310.667.6-
YUV92.47116.45141.22-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 41.11%
GREEN value IS 87 (34.38% from 255) = 32.22%
BLUE value IS 72 (28.52% from 255) = 26.67%
R=41.11%
G=32.22%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111877200.220.350.5623.0821.3135.88
Hex6F57480162338171524
Octal1571271100264370272544
Binary1101111101011110010000101101000111110001011110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6F5748;
 }
 .AnyTagClassName
 {
   color: #6F5748;
 }
</style>
background-color css

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

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

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

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

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

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