Html Css Color HEX #675448 Quincy

📋 copy color: '#675448'

red 103 ◦ green 84 ◦ blue 72

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

Shades of Quincy #675448

Tints of Quincy #675448

RGB

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

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

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

R = 39.77%
G = 32.43%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.30

 K value IS 0.60

RGB Variations

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

Color information

#675448 (or 0x675448) is known color: Quincy. HEX triplet: 67, 54 and 48. RGB value is (103,84,72). Sum of RGB (Red+Green+Blue) = 103+84+72=259 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.77% from 259); Green value is 84 (33.20% from 255 or 32.43% from 259); Blue value is 72 (28.52% from 255 or 27.80% from 259); Max value from RGB is 103 - color contains mainly: red. Hex color #675448 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675448 is #98ABB7. Grayscale: #585858. Windows color (decimal): -10005432 or 4740199. OLE color: 4740199.

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

Color convert

RGB 103 84 72 -
CMYK 0 0.18 0.30 0.60
HSL 23.23º 0.18% 0.34% -
HSV(B) 23.23º 0.3% 0.4% -
XYZ 9.93 9.69 7.48 -
YUV 88.31 118.79 138.48 -
System Red Green Blue C M Y K H S L
Decimal 103 84 72 0 0.18 0.30 0.60 23.23 0.18 0.34
Hex 67 54 48 0 12 1E 3C 17 12 22
Octal 147 124 110 0 22 36 74 27 22 42
Binary 1100111 1010100 1001000 0 10010 11110 111100 10111 10010 100010

Color Harmonies of #675448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675448

Black with #675448

Text Example


Text Example

White with #675448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675448; }

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

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

background-color css

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

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

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

border-color css

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

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

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