Html Css Color HEX #6A544A Quincy

📋 copy color: '#6A544A'

red 106 ◦ green 84 ◦ blue 74

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

Shades of Quincy #6A544A

Tints of Quincy #6A544A

RGB

 RED value IS 106 (41.8% from 255) = 40.15%

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

 BLUE value IS 74 (29.3% from 255) = 28.03%

R = 40.15%
G = 31.82%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.30

 K value IS 0.58

RGB Variations

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

Color information

#6A544A (or 0x6A544A) is known color: Quincy. HEX triplet: 6A, 54 and 4A. RGB value is (106,84,74). Sum of RGB (Red+Green+Blue) = 106+84+74=264 (34% of max value = 765). Red value is 106 (41.80% from 255 or 40.15% from 264); Green value is 84 (33.20% from 255 or 31.82% from 264); Blue value is 74 (29.30% from 255 or 28.03% from 264); Max value from RGB is 106 - color contains mainly: red. Hex color #6A544A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A544A is #95ABB5. Grayscale: #595959. Windows color (decimal): -9808822 or 4871274. OLE color: 4871274.

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

Color convert

RGB 106 84 74 -
CMYK 0 0.21 0.30 0.58
HSL 18.75º 0.18% 0.35% -
HSV(B) 18.75º 0.3% 0.42% -
XYZ 10.35 9.9 7.84 -
YUV 89.44 119.29 139.81 -
System Red Green Blue C M Y K H S L
Decimal 106 84 74 0 0.21 0.30 0.58 18.75 0.18 0.35
Hex 6A 54 4A 0 15 1E 3A 13 12 23
Octal 152 124 112 0 25 36 72 23 22 43
Binary 1101010 1010100 1001010 0 10101 11110 111010 10011 10010 100011

Color Harmonies of #6A544A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A544A

Black with #6A544A

Text Example


Text Example

White with #6A544A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,84,74); }

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

background-color css

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

 a { background-color: rgb(106,84,74); }

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

border-color css

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

 span { border-color: rgb(106,84,74); }

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