Html Css Color HEX #685448 Quincy

📋 copy color: '#685448'

red 104 ◦ green 84 ◦ blue 72

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

Shades of Quincy #685448

Tints of Quincy #685448

RGB

 RED value IS 104 (41.02% from 255) = 40%

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

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

R = 40%
G = 32.31%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.31

 K value IS 0.59

RGB Variations

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

Color information

#685448 (or 0x685448) is known color: Quincy. HEX triplet: 68, 54 and 48. RGB value is (104,84,72). Sum of RGB (Red+Green+Blue) = 104+84+72=260 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40% from 260); Green value is 84 (33.20% from 255 or 32.31% from 260); Blue value is 72 (28.52% from 255 or 27.69% from 260); Max value from RGB is 104 - color contains mainly: red. Hex color #685448 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685448 is #97ABB7. Grayscale: #585858. Windows color (decimal): -9939896 or 4740200. OLE color: 4740200.

HSL color Cylindrical-coordinate representation of color #685448: hue angle of 22.5º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #685448 is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 84 72 -
CMYK 0 0.19 0.31 0.59
HSL 22.5º 0.18% 0.35% -
HSV(B) 22.5º 0.31% 0.41% -
XYZ 10.05 9.75 7.48 -
YUV 88.61 118.63 138.98 -
System Red Green Blue C M Y K H S L
Decimal 104 84 72 0 0.19 0.31 0.59 22.5 0.18 0.35
Hex 68 54 48 0 13 1F 3B 16 12 23
Octal 150 124 110 0 23 37 73 26 22 43
Binary 1101000 1010100 1001000 0 10011 11111 111011 10110 10010 100011

Color Harmonies of #685448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685448

Black with #685448

Text Example


Text Example

White with #685448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685448; }

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

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

background-color css

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

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

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

border-color css

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

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

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