Html Css Color HEX #68564E Quincy

📋 copy color: '#68564E'

red 104 ◦ green 86 ◦ blue 78

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

Shades of Quincy #68564E

Tints of Quincy #68564E

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.09%

 BLUE value IS 78 (30.86% from 255) = 29.1%

R = 38.81%
G = 32.09%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.25

 K value IS 0.59

RGB Variations

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

Color information

#68564E (or 0x68564E) is known color: Quincy. HEX triplet: 68, 56 and 4E. RGB value is (104,86,78). Sum of RGB (Red+Green+Blue) = 104+86+78=268 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.81% from 268); Green value is 86 (33.98% from 255 or 32.09% from 268); Blue value is 78 (30.86% from 255 or 29.10% from 268); Max value from RGB is 104 - color contains mainly: red. Hex color #68564E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68564E is #97A9B1. Grayscale: #5A5A5A. Windows color (decimal): -9939378 or 5133928. OLE color: 5133928.

HSL color Cylindrical-coordinate representation of color #68564E: hue angle of 18.46º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #68564E is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 86 78 -
CMYK 0 0.17 0.25 0.59
HSL 18.46º 0.14% 0.36% -
HSV(B) 18.46º 0.25% 0.41% -
XYZ 10.41 10.15 8.62 -
YUV 90.47 120.96 137.65 -
System Red Green Blue C M Y K H S L
Decimal 104 86 78 0 0.17 0.25 0.59 18.46 0.14 0.36
Hex 68 56 4E 0 11 19 3B 12 E 24
Octal 150 126 116 0 21 31 73 22 16 44
Binary 1101000 1010110 1001110 0 10001 11001 111011 10010 1110 100100

Color Harmonies of #68564E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68564E

Black with #68564E

Text Example


Text Example

White with #68564E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68564E; }

 p { color: rgb(104,86,78); }

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

background-color css

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

 a { background-color: rgb(104,86,78); }

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

border-color css

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

 span { border-color: rgb(104,86,78); }

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