Html Css Color HEX #68513F Quincy

📋 copy color: '#68513F'

red 104 ◦ green 81 ◦ blue 63

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

Shades of Quincy #68513F

Tints of Quincy #68513F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.66%

 BLUE value IS 63 (25% from 255) = 25.4%

R = 41.94%
G = 32.66%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.39

 K value IS 0.59

RGB Variations

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

Color information

#68513F (or 0x68513F) is known color: Quincy. HEX triplet: 68, 51 and 3F. RGB value is (104,81,63). Sum of RGB (Red+Green+Blue) = 104+81+63=248 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.94% from 248); Green value is 81 (32.03% from 255 or 32.66% from 248); Blue value is 63 (25% from 255 or 25.40% from 248); Max value from RGB is 104 - color contains mainly: red. Hex color #68513F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68513F is #97AEC0. Grayscale: #555555. Windows color (decimal): -9940673 or 4149608. OLE color: 4149608.

HSL color Cylindrical-coordinate representation of color #68513F: hue angle of 26.34º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #68513F is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 81 63 -
CMYK 0 0.22 0.39 0.59
HSL 26.34º 0.25% 0.33% -
HSV(B) 26.34º 0.39% 0.41% -
XYZ 9.55 9.19 5.97 -
YUV 85.83 115.12 140.96 -
System Red Green Blue C M Y K H S L
Decimal 104 81 63 0 0.22 0.39 0.59 26.34 0.25 0.33
Hex 68 51 3F 0 16 27 3B 1A 19 21
Octal 150 121 77 0 26 47 73 32 31 41
Binary 1101000 1010001 111111 0 10110 100111 111011 11010 11001 100001

Color Harmonies of #68513F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68513F

Black with #68513F

Text Example


Text Example

White with #68513F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,81,63); }

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

background-color css

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

 a { background-color: rgb(104,81,63); }

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

border-color css

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

 span { border-color: rgb(104,81,63); }

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