Html Css Color HEX #68564B Quincy

📋 copy color: '#68564B'

red 104 ◦ green 86 ◦ blue 75

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

Shades of Quincy #68564B

Tints of Quincy #68564B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 28.3%

R = 39.25%
G = 32.45%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.28

 K value IS 0.59

RGB Variations

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

Color information

#68564B (or 0x68564B) is known color: Quincy. HEX triplet: 68, 56 and 4B. RGB value is (104,86,75). Sum of RGB (Red+Green+Blue) = 104+86+75=265 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.25% from 265); Green value is 86 (33.98% from 255 or 32.45% from 265); Blue value is 75 (29.69% from 255 or 28.30% from 265); Max value from RGB is 104 - color contains mainly: red. Hex color #68564B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68564B is #97A9B4. Grayscale: #5A5A5A. Windows color (decimal): -9939381 or 4937320. OLE color: 4937320.

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

Color convert

RGB 104 86 75 -
CMYK 0 0.17 0.28 0.59
HSL 22.76º 0.16% 0.35% -
HSV(B) 22.76º 0.28% 0.41% -
XYZ 10.31 10.11 8.06 -
YUV 90.13 119.46 137.89 -
System Red Green Blue C M Y K H S L
Decimal 104 86 75 0 0.17 0.28 0.59 22.76 0.16 0.35
Hex 68 56 4B 0 11 1C 3B 17 10 23
Octal 150 126 113 0 21 34 73 27 20 43
Binary 1101000 1010110 1001011 0 10001 11100 111011 10111 10000 100011

Color Harmonies of #68564B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68564B

Black with #68564B

Text Example


Text Example

White with #68564B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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