Html Css Color HEX #6A5548 Quincy

📋 copy color: '#6A5548'

red 106 ◦ green 85 ◦ blue 72

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

Shades of Quincy #6A5548

Tints of Quincy #6A5548

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.32%

 BLUE value IS 72 (28.52% from 255) = 27.38%

R = 40.3%
G = 32.32%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.32

 K value IS 0.58

RGB Variations

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

Color information

#6A5548 (or 0x6A5548) is known color: Quincy. HEX triplet: 6A, 55 and 48. RGB value is (106,85,72). Sum of RGB (Red+Green+Blue) = 106+85+72=263 (34% of max value = 765). Red value is 106 (41.80% from 255 or 40.30% from 263); Green value is 85 (33.59% from 255 or 32.32% from 263); Blue value is 72 (28.52% from 255 or 27.38% from 263); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5548 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A5548 is #95AAB7. Grayscale: #595959. Windows color (decimal): -9808568 or 4740458. OLE color: 4740458.

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

Color convert

RGB 106 85 72 -
CMYK 0 0.20 0.32 0.58
HSL 22.94º 0.19% 0.35% -
HSV(B) 22.94º 0.32% 0.42% -
XYZ 10.36 10.03 7.52 -
YUV 89.8 117.96 139.56 -
System Red Green Blue C M Y K H S L
Decimal 106 85 72 0 0.20 0.32 0.58 22.94 0.19 0.35
Hex 6A 55 48 0 14 20 3A 17 13 23
Octal 152 125 110 0 24 40 72 27 23 43
Binary 1101010 1010101 1001000 0 10100 100000 111010 10111 10011 100011

Color Harmonies of #6A5548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5548

Black with #6A5548

Text Example


Text Example

White with #6A5548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,85,72); }

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

background-color css

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

 a { background-color: rgb(106,85,72); }

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

border-color css

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

 span { border-color: rgb(106,85,72); }

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