Html Css Color HEX #6F544B Quincy

📋 copy color: '#6F544B'

red 111 ◦ green 84 ◦ blue 75

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

Shades of Quincy #6F544B

Tints of Quincy #6F544B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 27.78%

R = 41.11%
G = 31.11%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#6F544B (or 0x6F544B) is known color: Quincy. HEX triplet: 6F, 54 and 4B. RGB value is (111,84,75). Sum of RGB (Red+Green+Blue) = 111+84+75=270 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.11% from 270); Green value is 84 (33.20% from 255 or 31.11% from 270); Blue value is 75 (29.69% from 255 or 27.78% from 270); Max value from RGB is 111 - color contains mainly: red. Hex color #6F544B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F544B is #90ABB4. Grayscale: #5B5B5B. Windows color (decimal): -9481141 or 4936815. OLE color: 4936815.

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

Color convert

RGB 111 84 75 -
CMYK 0 0.24 0.32 0.56
HSL 15º 0.19% 0.36% -
HSV(B) 15º 0.32% 0.44% -
XYZ 11 10.23 8.05 -
YUV 91.05 118.95 142.23 -
System Red Green Blue C M Y K H S L
Decimal 111 84 75 0 0.24 0.32 0.56 15 0.19 0.36
Hex 6F 54 4B 0 18 20 38 F 13 24
Octal 157 124 113 0 30 40 70 17 23 44
Binary 1101111 1010100 1001011 0 11000 100000 111000 1111 10011 100100

Color Harmonies of #6F544B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F544B

Black with #6F544B

Text Example


Text Example

White with #6F544B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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