Html Css Color HEX #6F5441 Quincy

📋 copy color: '#6F5441'

red 111 ◦ green 84 ◦ blue 65

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

Shades of Quincy #6F5441

Tints of Quincy #6F5441

RGB

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

 GREEN value IS 84 (33.2% from 255) = 32.31%

 BLUE value IS 65 (25.78% from 255) = 25%

R = 42.69%
G = 32.31%
B = 25%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#6F5441 (or 0x6F5441) is known color: Quincy. HEX triplet: 6F, 54 and 41. RGB value is (111,84,65). Sum of RGB (Red+Green+Blue) = 111+84+65=260 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.69% from 260); Green value is 84 (33.20% from 255 or 32.31% from 260); Blue value is 65 (25.78% from 255 or 25% from 260); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5441 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5441 is #90ABBE. Grayscale: #5A5A5A. Windows color (decimal): -9481151 or 4281455. OLE color: 4281455.

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

Color convert

RGB 111 84 65 -
CMYK 0 0.24 0.41 0.56
HSL 24.78º 0.26% 0.35% -
HSV(B) 24.78º 0.41% 0.44% -
XYZ 10.68 10.1 6.39 -
YUV 89.91 113.95 143.04 -
System Red Green Blue C M Y K H S L
Decimal 111 84 65 0 0.24 0.41 0.56 24.78 0.26 0.35
Hex 6F 54 41 0 18 29 38 19 1A 23
Octal 157 124 101 0 30 51 70 31 32 43
Binary 1101111 1010100 1000001 0 11000 101001 111000 11001 11010 100011

Color Harmonies of #6F5441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5441

Black with #6F5441

Text Example


Text Example

White with #6F5441

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,84,65); }

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

background-color css

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

 a { background-color: rgb(111,84,65); }

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

border-color css

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

 span { border-color: rgb(111,84,65); }

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