Html Css Color HEX #675449 Quincy

📋 copy color: '#675449'

red 103 ◦ green 84 ◦ blue 73

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

Shades of Quincy #675449

Tints of Quincy #675449

RGB

 RED value IS 103 (40.63% from 255) = 39.62%

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

 BLUE value IS 73 (28.91% from 255) = 28.08%

R = 39.62%
G = 32.31%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.29

 K value IS 0.60

RGB Variations

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

Color information

#675449 (or 0x675449) is known color: Quincy. HEX triplet: 67, 54 and 49. RGB value is (103,84,73). Sum of RGB (Red+Green+Blue) = 103+84+73=260 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.62% from 260); Green value is 84 (33.20% from 255 or 32.31% from 260); Blue value is 73 (28.91% from 255 or 28.08% from 260); Max value from RGB is 103 - color contains mainly: red. Hex color #675449 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675449 is #98ABB6. Grayscale: #585858. Windows color (decimal): -10005431 or 4805735. OLE color: 4805735.

HSL color Cylindrical-coordinate representation of color #675449: hue angle of 22º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #675449 is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 84 73 -
CMYK 0 0.18 0.29 0.60
HSL 22º 0.17% 0.35% -
HSV(B) 22º 0.29% 0.4% -
XYZ 9.97 9.71 7.65 -
YUV 88.43 119.29 138.39 -
System Red Green Blue C M Y K H S L
Decimal 103 84 73 0 0.18 0.29 0.60 22 0.17 0.35
Hex 67 54 49 0 12 1D 3C 16 11 23
Octal 147 124 111 0 22 35 74 26 21 43
Binary 1100111 1010100 1001001 0 10010 11101 111100 10110 10001 100011

Color Harmonies of #675449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675449

Black with #675449

Text Example


Text Example

White with #675449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675449; }

 p { color: rgb(103,84,73); }

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

background-color css

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

 a { background-color: rgb(103,84,73); }

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

border-color css

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

 span { border-color: rgb(103,84,73); }

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