Html Css Color HEX #685142 Quincy

📋 copy color: '#685142'

red 104 ◦ green 81 ◦ blue 66

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

Shades of Quincy #685142

Tints of Quincy #685142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 26.29%

R = 41.43%
G = 32.27%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.37

 K value IS 0.59

RGB Variations

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

Color information

#685142 (or 0x685142) is known color: Quincy. HEX triplet: 68, 51 and 42. RGB value is (104,81,66). Sum of RGB (Red+Green+Blue) = 104+81+66=251 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.43% from 251); Green value is 81 (32.03% from 255 or 32.27% from 251); Blue value is 66 (26.17% from 255 or 26.29% from 251); Max value from RGB is 104 - color contains mainly: red. Hex color #685142 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685142 is #97AEBD. Grayscale: #565656. Windows color (decimal): -9940670 or 4346216. OLE color: 4346216.

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

Color convert

RGB 104 81 66 -
CMYK 0 0.22 0.37 0.59
HSL 23.68º 0.22% 0.33% -
HSV(B) 23.68º 0.37% 0.41% -
XYZ 9.63 9.22 6.43 -
YUV 86.17 116.62 140.72 -
System Red Green Blue C M Y K H S L
Decimal 104 81 66 0 0.22 0.37 0.59 23.68 0.22 0.33
Hex 68 51 42 0 16 25 3B 18 16 21
Octal 150 121 102 0 26 45 73 30 26 41
Binary 1101000 1010001 1000010 0 10110 100101 111011 11000 10110 100001

Color Harmonies of #685142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685142

Black with #685142

Text Example


Text Example

White with #685142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685142; }

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

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

background-color css

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

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

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

border-color css

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

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

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