Html Css Color HEX #6F5445 Quincy

📋 copy color: '#6F5445'

red 111 ◦ green 84 ◦ blue 69

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

Shades of Quincy #6F5445

Tints of Quincy #6F5445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 26.14%

R = 42.05%
G = 31.82%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#6F5445 (or 0x6F5445) is known color: Quincy. HEX triplet: 6F, 54 and 45. RGB value is (111,84,69). Sum of RGB (Red+Green+Blue) = 111+84+69=264 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.05% from 264); Green value is 84 (33.20% from 255 or 31.82% from 264); Blue value is 69 (27.34% from 255 or 26.14% from 264); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5445 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5445 is #90ABBA. Grayscale: #5A5A5A. Windows color (decimal): -9481147 or 4543599. OLE color: 4543599.

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

Color convert

RGB 111 84 69 -
CMYK 0 0.24 0.38 0.56
HSL 21.43º 0.23% 0.35% -
HSV(B) 21.43º 0.38% 0.44% -
XYZ 10.8 10.15 7.02 -
YUV 90.36 115.95 142.72 -
System Red Green Blue C M Y K H S L
Decimal 111 84 69 0 0.24 0.38 0.56 21.43 0.23 0.35
Hex 6F 54 45 0 18 26 38 15 17 23
Octal 157 124 105 0 30 46 70 25 27 43
Binary 1101111 1010100 1000101 0 11000 100110 111000 10101 10111 100011

Color Harmonies of #6F5445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5445

Black with #6F5445

Text Example


Text Example

White with #6F5445

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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