Html Css Color HEX #68564F Quincy

📋 copy color: '#68564F'

red 104 ◦ green 86 ◦ blue 79

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

Shades of Quincy #68564F

Tints of Quincy #68564F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 29.37%

R = 38.66%
G = 31.97%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#68564F (or 0x68564F) is known color: Quincy. HEX triplet: 68, 56 and 4F. RGB value is (104,86,79). Sum of RGB (Red+Green+Blue) = 104+86+79=269 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.66% from 269); Green value is 86 (33.98% from 255 or 31.97% from 269); Blue value is 79 (31.25% from 255 or 29.37% from 269); Max value from RGB is 104 - color contains mainly: red. Hex color #68564F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68564F is #97A9B0. Grayscale: #5A5A5A. Windows color (decimal): -9939377 or 5199464. OLE color: 5199464.

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

Color convert

RGB 104 86 79 -
CMYK 0 0.17 0.24 0.59
HSL 16.8º 0.14% 0.36% -
HSV(B) 16.8º 0.24% 0.41% -
XYZ 10.45 10.16 8.81 -
YUV 90.58 121.46 137.57 -
System Red Green Blue C M Y K H S L
Decimal 104 86 79 0 0.17 0.24 0.59 16.8 0.14 0.36
Hex 68 56 4F 0 11 18 3B 11 E 24
Octal 150 126 117 0 21 30 73 21 16 44
Binary 1101000 1010110 1001111 0 10001 11000 111011 10001 1110 100100

Color Harmonies of #68564F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68564F

Black with #68564F

Text Example


Text Example

White with #68564F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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