Html Css Color HEX #6B5446 Quincy

📋 copy color: '#6B5446'

red 107 ◦ green 84 ◦ blue 70

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

Shades of Quincy #6B5446

Tints of Quincy #6B5446

RGB

 RED value IS 107 (42.19% from 255) = 41%

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

 BLUE value IS 70 (27.73% from 255) = 26.82%

R = 41%
G = 32.18%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.35

 K value IS 0.58

RGB Variations

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

Color information

#6B5446 (or 0x6B5446) is known color: Quincy. HEX triplet: 6B, 54 and 46. RGB value is (107,84,70). Sum of RGB (Red+Green+Blue) = 107+84+70=261 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.00% from 261); Green value is 84 (33.20% from 255 or 32.18% from 261); Blue value is 70 (27.73% from 255 or 26.82% from 261); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5446 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5446 is #94ABB9. Grayscale: #595959. Windows color (decimal): -9743290 or 4609131. OLE color: 4609131.

HSL color Cylindrical-coordinate representation of color #6B5446: hue angle of 22.7º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6B5446 is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 84 70 -
CMYK 0 0.21 0.35 0.58
HSL 22.7º 0.21% 0.35% -
HSV(B) 22.7º 0.35% 0.42% -
XYZ 10.34 9.91 7.16 -
YUV 89.28 117.12 140.64 -
System Red Green Blue C M Y K H S L
Decimal 107 84 70 0 0.21 0.35 0.58 22.7 0.21 0.35
Hex 6B 54 46 0 15 23 3A 17 15 23
Octal 153 124 106 0 25 43 72 27 25 43
Binary 1101011 1010100 1000110 0 10101 100011 111010 10111 10101 100011

Color Harmonies of #6B5446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5446

Black with #6B5446

Text Example


Text Example

White with #6B5446

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,84,70); }

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

background-color css

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

 a { background-color: rgb(107,84,70); }

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

border-color css

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

 span { border-color: rgb(107,84,70); }

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