#6F5848

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

Shades of Quincy #6F5848

Tints of Quincy #6F5848

Color information

#6F5848 (or 0x6F5848) is unknown color: approx Quincy. HEX triplet: 6F, 58 and 48. RGB value is (111,88,72). Sum of RGB (Red+Green+Blue) = 111+88+72=271 (35% of max value = 765). Red value is 111 (43.75% from 255 or 40.96% from 271); Green value is 88 (34.77% from 255 or 32.47% from 271); Blue value is 72 (28.52% from 255 or 26.57% from 271); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5848 is #90A7B7. Grayscale: #5D5D5D. Windows color (decimal): -9480120 or 4741231. OLE color: 4741231.

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

Color convert

RGB1118872-
CMYK00.210.350.56
HSL24.62º21.31%35.88%-
HSV(B)24.62º35.14%43.53%-
XYZ11.2110.837.63-
YUV93.05116.12140.8-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 40.96%
GREEN value IS 88 (34.77% from 255) = 32.47%
BLUE value IS 72 (28.52% from 255) = 26.57%
R=40.96%
G=32.47%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111887200.210.350.5624.6221.3135.88
Hex6F58480152338191524
Octal1571301100254370312544
Binary1101111101100010010000101011000111110001100110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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