Html Css Color HEX #675349 Quincy

📋 copy color: '#675349'

red 103 ◦ green 83 ◦ blue 73

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

Shades of Quincy #675349

Tints of Quincy #675349

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.05%

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

R = 39.77%
G = 32.05%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.29

 K value IS 0.60

RGB Variations

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

Color information

#675349 (or 0x675349) is known color: Quincy. HEX triplet: 67, 53 and 49. RGB value is (103,83,73). Sum of RGB (Red+Green+Blue) = 103+83+73=259 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.77% from 259); Green value is 83 (32.81% from 255 or 32.05% from 259); Blue value is 73 (28.91% from 255 or 28.19% from 259); Max value from RGB is 103 - color contains mainly: red. Hex color #675349 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675349 is #98ACB6. Grayscale: #575757. Windows color (decimal): -10005687 or 4805479. OLE color: 4805479.

HSL color Cylindrical-coordinate representation of color #675349: hue angle of 20º 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 #675349 is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 83 73 -
CMYK 0 0.19 0.29 0.60
HSL 20º 0.17% 0.35% -
HSV(B) 20º 0.29% 0.4% -
XYZ 9.89 9.55 7.63 -
YUV 87.84 119.63 138.81 -
System Red Green Blue C M Y K H S L
Decimal 103 83 73 0 0.19 0.29 0.60 20 0.17 0.35
Hex 67 53 49 0 13 1D 3C 14 11 23
Octal 147 123 111 0 23 35 74 24 21 43
Binary 1100111 1010011 1001001 0 10011 11101 111100 10100 10001 100011

Color Harmonies of #675349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675349

Black with #675349

Text Example


Text Example

White with #675349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675349; }

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

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

background-color css

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

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

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

border-color css

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

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

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