Html Css Color HEX #68574F Quincy

📋 copy color: '#68574F'

red 104 ◦ green 87 ◦ blue 79

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

Shades of Quincy #68574F

Tints of Quincy #68574F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.22%

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

R = 38.52%
G = 32.22%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#68574F (or 0x68574F) is known color: Quincy. HEX triplet: 68, 57 and 4F. RGB value is (104,87,79). Sum of RGB (Red+Green+Blue) = 104+87+79=270 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.52% from 270); Green value is 87 (34.38% from 255 or 32.22% from 270); Blue value is 79 (31.25% from 255 or 29.26% from 270); Max value from RGB is 104 - color contains mainly: red. Hex color #68574F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68574F is #97A8B0. Grayscale: #5B5B5B. Windows color (decimal): -9939121 or 5199720. OLE color: 5199720.

HSL color Cylindrical-coordinate representation of color #68574F: hue angle of 19.2º 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 #68574F is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 87 79 -
CMYK 0 0.16 0.24 0.59
HSL 19.2º 0.14% 0.36% -
HSV(B) 19.2º 0.24% 0.41% -
XYZ 10.53 10.32 8.83 -
YUV 91.17 121.13 137.15 -
System Red Green Blue C M Y K H S L
Decimal 104 87 79 0 0.16 0.24 0.59 19.2 0.14 0.36
Hex 68 57 4F 0 10 18 3B 13 E 24
Octal 150 127 117 0 20 30 73 23 16 44
Binary 1101000 1010111 1001111 0 10000 11000 111011 10011 1110 100100

Color Harmonies of #68574F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68574F

Black with #68574F

Text Example


Text Example

White with #68574F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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