Html Css Color HEX #6F5440 Quincy

📋 copy color: '#6F5440'

red 111 ◦ green 84 ◦ blue 64

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

Shades of Quincy #6F5440

Tints of Quincy #6F5440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 24.71%

R = 42.86%
G = 32.43%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#6F5440 (or 0x6F5440) is known color: Quincy. HEX triplet: 6F, 54 and 40. RGB value is (111,84,64). Sum of RGB (Red+Green+Blue) = 111+84+64=259 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.86% from 259); Green value is 84 (33.20% from 255 or 32.43% from 259); Blue value is 64 (25.39% from 255 or 24.71% from 259); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5440 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5440 is #90ABBF. Grayscale: #595959. Windows color (decimal): -9481152 or 4215919. OLE color: 4215919.

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

Color convert

RGB 111 84 64 -
CMYK 0 0.24 0.42 0.56
HSL 25.53º 0.27% 0.34% -
HSV(B) 25.53º 0.42% 0.44% -
XYZ 10.65 10.09 6.24 -
YUV 89.79 113.45 143.13 -
System Red Green Blue C M Y K H S L
Decimal 111 84 64 0 0.24 0.42 0.56 25.53 0.27 0.34
Hex 6F 54 40 0 18 2A 38 1A 1B 22
Octal 157 124 100 0 30 52 70 32 33 42
Binary 1101111 1010100 1000000 0 11000 101010 111000 11010 11011 100010

Color Harmonies of #6F5440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5440

Black with #6F5440

Text Example


Text Example

White with #6F5440

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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