Html Css Color HEX #675546 Quincy

📋 copy color: '#675546'

red 103 ◦ green 85 ◦ blue 70

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

Shades of Quincy #675546

Tints of Quincy #675546

RGB

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

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

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

R = 39.92%
G = 32.95%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.32

 K value IS 0.60

RGB Variations

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

Color information

#675546 (or 0x675546) is known color: Quincy. HEX triplet: 67, 55 and 46. RGB value is (103,85,70). Sum of RGB (Red+Green+Blue) = 103+85+70=258 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.92% from 258); Green value is 85 (33.59% from 255 or 32.95% from 258); Blue value is 70 (27.73% from 255 or 27.13% from 258); Max value from RGB is 103 - color contains mainly: red. Hex color #675546 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675546 is #98AAB9. Grayscale: #585858. Windows color (decimal): -10005178 or 4609383. OLE color: 4609383.

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

Color convert

RGB 103 85 70 -
CMYK 0 0.17 0.32 0.60
HSL 27.27º 0.19% 0.34% -
HSV(B) 27.27º 0.32% 0.4% -
XYZ 9.95 9.82 7.17 -
YUV 88.67 117.46 138.22 -
System Red Green Blue C M Y K H S L
Decimal 103 85 70 0 0.17 0.32 0.60 27.27 0.19 0.34
Hex 67 55 46 0 11 20 3C 1B 13 22
Octal 147 125 106 0 21 40 74 33 23 42
Binary 1100111 1010101 1000110 0 10001 100000 111100 11011 10011 100010

Color Harmonies of #675546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675546

Black with #675546

Text Example


Text Example

White with #675546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675546; }

 p { color: rgb(103,85,70); }

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

background-color css

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

 a { background-color: rgb(103,85,70); }

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

border-color css

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

 span { border-color: rgb(103,85,70); }

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